Searched defs:authType (Results 51 - 75 of 134) sorted by relevance

123456

/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
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/opendj2-jel-hg/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/opendj2-jel-hg/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/opendj2-jel-hg/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-hg/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-hg/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/opendj2-hg/src/server/org/opends/server/tools/
H A DPromptTrustManager.java97 * @param authType The authentication type based on the client certificate.
102 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
117 * @param authType The key exchange algorithm used.
121 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DExpirationCheckTrustManager.java83 * @param authType The authentication type based on the client certificate.
88 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
116 trustManager.checkClientTrusted(chain, authType);
128 * @param authType The key exchange algorithm used.
133 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
161 trustManager.checkServerTrusted(chain, authType);
/forgerock/opendj2-jel-hg/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
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgrBase.java99 * @param authType
107 LDAPUser.Type authType) {
113 return svc.getServerInstance(authType);
121 * @param authType
128 public ServerInstance getServerInstance(LDAPUser.Type authType) { argument
129 return getServerInstance(DSConfigMgr.DEFAULT, authType);
106 getServerInstance(String serverGroupID, LDAPUser.Type authType) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DBlindTrustManager.java39 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
45 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java50 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
56 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DBlindTrustManagerProvider.java105 * @param authType The authentication type based on the client certificate.
107 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
120 * @param authType The key exchange algorithm used.
122 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/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-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DExpirationCheckTrustManager.java86 * @param authType The authentication type based on the client certificate.
91 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
115 trustManager.checkClientTrusted(chain, authType);
127 * @param authType The key exchange algorithm used.
132 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
156 trustManager.checkServerTrusted(chain, authType);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgrBase.java99 * @param authType
107 LDAPUser.Type authType) {
113 return svc.getServerInstance(authType);
121 * @param authType
128 public ServerInstance getServerInstance(LDAPUser.Type authType) { argument
129 return getServerInstance(DSConfigMgr.DEFAULT, authType);
106 getServerInstance(String serverGroupID, LDAPUser.Type authType) argument
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java44 private String authType; field in class:UserDataCertificateException
72 * @param authType the authentication type.
77 String authType, Type type)
83 this.authType = authType;
111 return authType;
75 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java45 private String authType; field in class:UserDataCertificateException
73 * @param authType the authentication type.
78 String authType, Type type)
84 this.authType = authType;
112 return authType;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument

Completed in 85 milliseconds

123456