Searched refs:authnContext (Results 26 - 41 of 41) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultSPAuthnContextMapper.java74 * and authnContext attribute ,
298 * @param authnContext the AuthnContext object.
307 AuthnContext authnContext,
331 if (authnContext != null) {
332 authnClassRef = authnContext.getAuthnContextClassRef();
306 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authnContext, String realm, String hostEntityID, String idpEntityID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDiscoveryBootstrap.java224 AuthnContext authnContext = new AuthnContext(authnContextClassRef,
226 authnContext.setMinorVersion(
229 sessionSubject, authnContext, providerID);
H A DIDPSSOUtil.java1171 AuthnContext authnContext = matchingAuthnContext;
1172 if (authnContext == null) {
1192 authnContext =
1209 authnContext.setAuthenticatingAuthority(new ArrayList<String>(authenticatingAuthorities));
1211 authnStatement.setAuthnContext(authnContext);
1243 authContextSet.add(authnContext);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultSPAuthnContextMapper.java74 * and authnContext attribute ,
298 * @param authnContext the AuthnContext object.
307 AuthnContext authnContext,
331 if (authnContext != null) {
332 authnClassRef = authnContext.getAuthnContextClassRef();
306 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authnContext, String realm, String hostEntityID, String idpEntityID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDiscoveryBootstrap.java224 AuthnContext authnContext = new AuthnContext(authnContextClassRef,
226 authnContext.setMinorVersion(
229 sessionSubject, authnContext, providerID);
H A DIDPSSOUtil.java1182 AuthnContext authnContext = matchingAuthnContext;
1183 if (authnContext == null) {
1203 authnContext =
1222 authnContext.setAuthenticatingAuthority(new ArrayList<String>(authenticatingAuthorities));
1238 authnContext.setAuthenticatingAuthority(new ArrayList<String>(authenticatingAuthorities));
1242 authnStatement.setAuthnContext(authnContext);
1274 authContextSet.add(authnContext);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java376 String authnContext,
406 .append("=").append(URLEncDec.encode(authnContext))
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
H A DFSSSOAndFedHandler.java346 + "valid session with authnContext: "
662 * @param authnContext requested <code>AuthnContextRef</code>
667 String authnContext
689 .append("=").append(URLEncDec.encode(authnContext))
730 // .setAttribute(IFSConstants.AUTHN_CONTEXT, authnContext);
H A DFSAssertionArtifactHandler.java1201 //get AuthnLevel from authnContext
1883 String authnContext = authnContextStmt.getAuthnContextClassRef();
1884 session.setAuthnContext(authnContext);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java376 String authnContext,
406 .append("=").append(URLEncDec.encode(authnContext))
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
H A DFSSSOAndFedHandler.java346 + "valid session with authnContext: "
662 * @param authnContext requested <code>AuthnContextRef</code>
667 String authnContext
689 .append("=").append(URLEncDec.encode(authnContext))
730 // .setAttribute(IFSConstants.AUTHN_CONTEXT, authnContext);
H A DFSAssertionArtifactHandler.java1203 //get AuthnLevel from authnContext
1885 String authnContext = authnContextStmt.getAuthnContextClassRef();
1886 session.setAuthnContext(authnContext);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java658 AuthnContext authnContext = new AuthnContext(
660 authnContext.setMinorVersion(assertionMinorVersion);
662 authMethod, authInstant, sub, authLocality, null, authnContext);
H A DFSLoginHelper.java540 RequestAuthnContext authnContext = null;
572 authnContext = new RequestAuthnContext(
601 authnContext,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java661 AuthnContext authnContext = new AuthnContext(
663 authnContext.setMinorVersion(assertionMinorVersion);
665 authMethod, authInstant, sub, authLocality, null, authnContext);
H A DFSLoginHelper.java540 RequestAuthnContext authnContext = null;
572 authnContext = new RequestAuthnContext(
601 authnContext,

Completed in 77 milliseconds

12