Searched defs:authType (Results 1 - 25 of 134) sorted by relevance

123456

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DConnectionCredentialsNotFound.java29 public ConnectionCredentialsNotFound(LDAPUser.Type authType) { argument
32 "Auth Type: {1}", authType));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DConnectionCredentialsNotFound.java29 public ConnectionCredentialsNotFound(LDAPUser.Type authType) { argument
32 "Auth Type: {1}", authType));
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DIDSConfigMgr.java52 * @param authType Authentication type.
55 ServerInstance getServerInstance(LDAPUser.Type authType); argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerConfigurationFactory.java61 * @param authType The type of connection credentials that should be selected.
67 public ServerGroupConfiguration getServerConfiguration(String groupName, LDAPUser.Type authType) argument
70 ServerInstance instance = config.getServerInstance(groupName, authType);
77 throw new ConnectionCredentialsNotFound(authType);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DIDSConfigMgr.java52 * @param authType Authentication type.
55 ServerInstance getServerInstance(LDAPUser.Type authType); argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerConfigurationFactory.java61 * @param authType The type of connection credentials that should be selected.
67 public ServerGroupConfiguration getServerConfiguration(String groupName, LDAPUser.Type authType) argument
70 ServerInstance instance = config.getServerInstance(groupName, authType);
77 throw new ConnectionCredentialsNotFound(authType);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DANDConnectionCriteria.java91 DN bindDN, AuthenticationType authType, boolean isSecure)
95 if (!filter.willMatchAfterBind(connection, bindDN, authType,
90 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DAuthMethodConnectionCriteria.java112 DN bindDN, AuthenticationType authType, boolean isSecure)
125 if (authType == AuthenticationType.SIMPLE
132 if (authType == AuthenticationType.SASL)
111 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DBindDNConnectionCriteria.java121 DN bindDN, AuthenticationType authType, boolean isSecure)
120 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DConnectionCriteria.java68 AuthenticationType authType, boolean isSecure)
97 AuthenticationType authType, boolean isSecure)
128 * @param authType
137 AuthenticationType authType, boolean isSecure);
136 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DIPConnectionCriteria.java103 DN bindDN, AuthenticationType authType, boolean isSecure)
102 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DProtocolConnectionCriteria.java105 DN bindDN, AuthenticationType authType, boolean isSecure)
104 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DSecurityConnectionCriteria.java88 DN bindDN, AuthenticationType authType, boolean isSecure)
87 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DBlindTrustManagerProvider.java109 * @param authType The authentication type based on the client certificate.
111 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
124 * @param authType The key exchange algorithm used.
126 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DPromptTrustManager.java98 * @param authType The authentication type based on the client certificate.
103 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
118 * @param authType The key exchange algorithm used.
122 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DExpirationCheckTrustManager.java84 * @param authType The authentication type based on the client certificate.
89 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
117 trustManager.checkClientTrusted(chain, authType);
129 * @param authType The key exchange algorithm used.
134 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
162 trustManager.checkServerTrusted(chain, authType);
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DANDConnectionCriteria.java90 DN bindDN, AuthenticationType authType, boolean isSecure)
94 if (!filter.willMatchAfterBind(connection, bindDN, authType,
89 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DAuthMethodConnectionCriteria.java111 DN bindDN, AuthenticationType authType, boolean isSecure)
124 if (authType == AuthenticationType.SIMPLE
131 if (authType == AuthenticationType.SASL)
110 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DBindDNConnectionCriteria.java120 DN bindDN, AuthenticationType authType, boolean isSecure)
119 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DConnectionCriteria.java67 AuthenticationType authType, boolean isSecure)
96 AuthenticationType authType, boolean isSecure)
127 * @param authType
136 AuthenticationType authType, boolean isSecure);
135 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DIPConnectionCriteria.java102 DN bindDN, AuthenticationType authType, boolean isSecure)
101 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DProtocolConnectionCriteria.java104 DN bindDN, AuthenticationType authType, boolean isSecure)
103 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DSecurityConnectionCriteria.java87 DN bindDN, AuthenticationType authType, boolean isSecure)
86 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DBlindTrustManagerProvider.java108 * @param authType The authentication type based on the client certificate.
110 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
123 * @param authType The key exchange algorithm used.
125 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java52 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
60 public void checkServerTrusted(X509Certificate[] chain, String authType) argument

Completed in 112 milliseconds

123456