Searched defs:authType (Results 76 - 100 of 134) sorted by relevance

123456

/forgerock/opendj2.6.2/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
/forgerock/opendj2-hg/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/opendj2-jel-hg/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
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerGroup.java173 * @param authType
179 public ServerInstance getServerInstance(LDAPUser.Type authType) { argument
191 if (user != null && user.getAuthType().equals(authType)) {
H A DLDAPUser.java152 buf.append(" authType=");
160 int authType = -1; field in class:LDAPUser.Type
188 authType = type;
192 return (authType == type.authType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/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, LocalizableMessage message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509TrustManager.java123 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
129 sunX509TrustManager.checkServerTrusted(chain, authType);
132 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
134 sunX509TrustManager.checkClientTrusted(chain, authType);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java184 * @param authType authentication context comparison type. The possible
196 String authType)
201 + " and authComparisonType " + authType);
203 if (authType == null) {
204 authType = IFSConstants.MINIMUM;
210 if (authType.equals(IFSConstants.MINIMUM)) {
212 } else if (authType.equals(IFSConstants.BETTER)) {
214 } else if (authType.equals(IFSConstants.MAXIMUM)) {
236 * @param authType requested authentication context comparison type.
243 String authType)
193 decideAuthnContext( List authContextRef, String presentAuthContext, String authType) argument
241 getURLForAuthnContext( List authContextClassRef, String authType) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509TrustManager.java123 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
129 sunX509TrustManager.checkServerTrusted(chain, authType);
132 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
134 sunX509TrustManager.checkClientTrusted(chain, authType);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerGroup.java173 * @param authType
179 public ServerInstance getServerInstance(LDAPUser.Type authType) { argument
191 if (user != null && user.getAuthType().equals(authType)) {
H A DLDAPUser.java152 buf.append(" authType=");
160 int authType = -1; field in class:LDAPUser.Type
188 authType = type;
192 return (authType == type.authType);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationModuleRealmSmsHandler.java155 private ServiceSchemaManager getSchemaManager(String authType) throws SSOException, SMSException, argument
158 AMAuthenticationSchema schema = authenticationManager.getAuthenticationSchema(authType);
162 protected String getI18NValue(ServiceSchemaManager schemaManager, String authType, Debug debug) { argument
164 String i18nName = authType;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java184 * @param authType authentication context comparison type. The possible
196 String authType)
201 + " and authComparisonType " + authType);
203 if (authType == null) {
204 authType = IFSConstants.MINIMUM;
210 if (authType.equals(IFSConstants.MINIMUM)) {
212 } else if (authType.equals(IFSConstants.BETTER)) {
214 } else if (authType.equals(IFSConstants.MAXIMUM)) {
236 * @param authType requested authentication context comparison type.
243 String authType)
193 decideAuthnContext( List authContextRef, String presentAuthContext, String authType) argument
241 getURLForAuthnContext( List authContextClassRef, String authType) argument
[all...]
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java187 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
197 trustManager.checkClientTrusted(chain, authType);
201 verifyAcceptedCertificates(chain, authType);
207 verifyAcceptedCertificates(chain, authType);
214 lastRefusedAuthType = authType;
226 verifyHostName(chain, authType);
231 lastRefusedAuthType = authType;
245 String authType) throws CertificateException
254 trustManager.checkServerTrusted(chain, authType);
258 verifyAcceptedCertificates(chain, authType);
244 checkServerTrusted(X509Certificate[] chain, String authType) argument
319 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
380 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
410 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java188 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
198 trustManager.checkClientTrusted(chain, authType);
202 verifyAcceptedCertificates(chain, authType);
208 verifyAcceptedCertificates(chain, authType);
215 lastRefusedAuthType = authType;
227 verifyHostName(chain, authType);
232 lastRefusedAuthType = authType;
246 String authType) throws CertificateException
255 trustManager.checkServerTrusted(chain, authType);
259 verifyAcceptedCertificates(chain, authType);
245 checkServerTrusted(X509Certificate[] chain, String authType) argument
320 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
381 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
411 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java188 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
198 trustManager.checkClientTrusted(chain, authType);
202 verifyAcceptedCertificates(chain, authType);
208 verifyAcceptedCertificates(chain, authType);
215 lastRefusedAuthType = authType;
227 verifyHostName(chain, authType);
232 lastRefusedAuthType = authType;
246 String authType) throws CertificateException
255 trustManager.checkServerTrusted(chain, authType);
259 verifyAcceptedCertificates(chain, authType);
245 checkServerTrusted(X509Certificate[] chain, String authType) argument
320 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
381 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
411 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java187 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
197 trustManager.checkClientTrusted(chain, authType);
201 verifyAcceptedCertificates(chain, authType);
207 verifyAcceptedCertificates(chain, authType);
214 lastRefusedAuthType = authType;
226 verifyHostName(chain, authType);
231 lastRefusedAuthType = authType;
245 String authType) throws CertificateException
254 trustManager.checkServerTrusted(chain, authType);
258 verifyAcceptedCertificates(chain, authType);
244 checkServerTrusted(X509Certificate[] chain, String authType) argument
319 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
380 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
410 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java188 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
198 trustManager.checkClientTrusted(chain, authType);
202 verifyAcceptedCertificates(chain, authType);
208 verifyAcceptedCertificates(chain, authType);
215 lastRefusedAuthType = authType;
227 verifyHostName(chain, authType);
232 lastRefusedAuthType = authType;
246 String authType) throws CertificateException
255 trustManager.checkServerTrusted(chain, authType);
259 verifyAcceptedCertificates(chain, authType);
245 checkServerTrusted(X509Certificate[] chain, String authType) argument
320 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
381 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
411 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DAMAuthUtils.java362 String authType = ssoToken.getProperty(ISAuthConstants.
366 StringTokenizer tokenizer = new StringTokenizer(authType,
399 * @param authType valid Authentication Type.
403 public static long getAuthInstant(SSOToken ssoToken, String authType, argument
414 AuthContext.IndexType indexType = AuthUtils.getIndexType(authType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java175 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
185 trustManager.checkClientTrusted(chain, authType);
189 verifyAcceptedCertificates(chain, authType);
195 verifyAcceptedCertificates(chain, authType);
201 manageException(chain, authType, ce, Cause.NOT_TRUSTED);
208 verifyHostName(chain, authType);
212 manageException(chain, authType, ce, Cause.HOST_NAME_MISMATCH);
219 String authType) throws CertificateException
228 trustManager.checkServerTrusted(chain, authType);
232 verifyAcceptedCertificates(chain, authType);
218 checkServerTrusted(X509Certificate[] chain, String authType) argument
260 manageException(final X509Certificate[] chain, final String authType, final CertificateException ce, final Cause cause) argument
286 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
347 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
377 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DAMAuthUtils.java362 String authType = ssoToken.getProperty(ISAuthConstants.
366 StringTokenizer tokenizer = new StringTokenizer(authType,
399 * @param authType valid Authentication Type.
403 public static long getAuthInstant(SSOToken ssoToken, String authType, argument
414 AuthContext.IndexType indexType = AuthUtils.getIndexType(authType);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DBindOperationBasis.java90 private AuthenticationType authType; field in class:BindOperationBasis
146 this.authType = AuthenticationType.SIMPLE;
206 this.authType = AuthenticationType.SASL;
256 this.authType = AuthenticationType.SIMPLE;
315 this.authType = AuthenticationType.SASL;
346 return authType;
428 authType = AuthenticationType.SIMPLE;
461 authType = AuthenticationType.SASL;
575 if (authType == AuthenticationType.SASL)
580 new String[] { LOG_ELEMENT_AUTH_TYPE, authType
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DBindOperationBasis.java76 private AuthenticationType authType; field in class:BindOperationBasis
136 this.authType = AuthenticationType.SIMPLE;
196 this.authType = AuthenticationType.SASL;
246 this.authType = AuthenticationType.SIMPLE;
305 this.authType = AuthenticationType.SASL;
336 return authType;
418 authType = AuthenticationType.SIMPLE;
451 authType = AuthenticationType.SASL;
600 buffer.append(", authType=");
601 buffer.append(authType);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DBindOperationBasis.java90 private AuthenticationType authType; field in class:BindOperationBasis
146 this.authType = AuthenticationType.SIMPLE;
206 this.authType = AuthenticationType.SASL;
256 this.authType = AuthenticationType.SIMPLE;
315 this.authType = AuthenticationType.SASL;
346 return authType;
428 authType = AuthenticationType.SIMPLE;
461 authType = AuthenticationType.SASL;
575 if (authType == AuthenticationType.SASL)
580 new String[] { LOG_ELEMENT_AUTH_TYPE, authType
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DBindOperationBasis.java90 private AuthenticationType authType; field in class:BindOperationBasis
146 this.authType = AuthenticationType.SIMPLE;
206 this.authType = AuthenticationType.SASL;
256 this.authType = AuthenticationType.SIMPLE;
315 this.authType = AuthenticationType.SASL;
346 return authType;
428 authType = AuthenticationType.SIMPLE;
461 authType = AuthenticationType.SASL;
575 if (authType == AuthenticationType.SASL)
580 new String[] { LOG_ELEMENT_AUTH_TYPE, authType
[all...]

Completed in 57 milliseconds

123456