Searched refs:authenticationContext (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPAuthenticationContextInfo.java47 private String authenticationContext = null; field in class:FSIDPAuthenticationContextInfo
82 authenticationContext = value;
104 if (authenticationContext == null ||
116 * @param authenticationContext Authentication Context.
120 * @throws FSException if <code>authenticationContext</code> is blank.
123 String authenticationContext,
129 setAuthenticationContext(authenticationContext);
138 * @param authenticationContext Authentication Context.
142 * @throws FSException if <code>authenticationContext</code> is blank,
146 String authenticationContext,
122 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, int level ) argument
145 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, String level ) argument
173 setAuthenticationContext(String authenticationContext) argument
[all...]
H A DFSSPAuthenticationContextInfo.java45 private String authenticationContext = null; field in class:FSSPAuthenticationContextInfo
78 authenticationContext = value;
90 if (authenticationContext == null ||
98 * @param authenticationContext the authContext name.
101 * <code>authenticationContext</code> or
105 String authenticationContext,
109 setAuthenticationContext(authenticationContext);
116 * @param authenticationContext the authContext name.
119 * <code>authenticationContext</code> or
123 String authenticationContext,
104 FSSPAuthenticationContextInfo( String authenticationContext, int authenticationLevel ) argument
122 FSSPAuthenticationContextInfo( String authenticationContext, String authenticationLevel ) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPAuthenticationContextInfo.java47 private String authenticationContext = null; field in class:FSIDPAuthenticationContextInfo
82 authenticationContext = value;
104 if (authenticationContext == null ||
116 * @param authenticationContext Authentication Context.
120 * @throws FSException if <code>authenticationContext</code> is blank.
123 String authenticationContext,
129 setAuthenticationContext(authenticationContext);
138 * @param authenticationContext Authentication Context.
142 * @throws FSException if <code>authenticationContext</code> is blank,
146 String authenticationContext,
122 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, int level ) argument
145 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, String level ) argument
173 setAuthenticationContext(String authenticationContext) argument
[all...]
H A DFSSPAuthenticationContextInfo.java45 private String authenticationContext = null; field in class:FSSPAuthenticationContextInfo
78 authenticationContext = value;
90 if (authenticationContext == null ||
98 * @param authenticationContext the authContext name.
101 * <code>authenticationContext</code> or
105 String authenticationContext,
109 setAuthenticationContext(authenticationContext);
116 * @param authenticationContext the authContext name.
119 * <code>authenticationContext</code> or
123 String authenticationContext,
104 FSSPAuthenticationContextInfo( String authenticationContext, int authenticationLevel ) argument
122 FSSPAuthenticationContextInfo( String authenticationContext, String authenticationLevel ) argument
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java111 private AuthContext authenticationContext; field in class:SAML2
180 if (authenticationContext != null) {
354 authenticationContext = new AuthContext(realm);
355 authenticationContext.login(AuthContext.IndexType.SERVICE, localChain, null, null, null, null);
459 * In conjuncture with injectCallbacks, steps through an internal auth chain (stored in authenticationContext) until
465 if (authenticationContext == null || authenticationContext.getStatus().equals(AuthContext.Status.FAILED)) {
469 } else if (authenticationContext.getStatus().equals(AuthContext.Status.IN_PROGRESS)) {
471 } else if (authenticationContext.getStatus().equals(AuthContext.Status.SUCCESS)) {
474 final String userName = authenticationContext
[all...]
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java117 private AuthContext authenticationContext; field in class:SAML2
186 if (authenticationContext != null) {
376 authenticationContext = new AuthContext(realm);
377 authenticationContext.login(AuthContext.IndexType.SERVICE, localChain, null, null, null, null);
481 * In conjuncture with injectCallbacks, steps through an internal auth chain (stored in authenticationContext) until
487 if (authenticationContext == null || authenticationContext.getStatus().equals(AuthContext.Status.FAILED)) {
491 } else if (authenticationContext.getStatus().equals(AuthContext.Status.IN_PROGRESS)) {
493 } else if (authenticationContext.getStatus().equals(AuthContext.Status.SUCCESS)) {
496 final String userName = authenticationContext
[all...]

Completed in 34 milliseconds