Searched defs:authnAssertion (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java1026 Assertion authnAssertion =
1137 String remoteHostId = authnAssertion.getIssuer().getValue();
1159 userName = acctMapper.getIdentity(authnAssertion, hostEntityId, realm);
1287 setDiscoBootstrapCredsInSSOToken(sessionProvider, authnAssertion,
1395 String assertionID=authnAssertion.getID();
1411 respInfo.setAssertion(authnAssertion);
2090 public static String getPrincipalWithoutLogin(Subject assertionSubject, Assertion authnAssertion, String realm, argument
2164 userName = acctMapper.getIdentity(authnAssertion, spEntityId, realm);
2218 * @param authnAssertion Assertion from which to reead the attributes.
2223 public static List<Attribute> getAttrs(Assertion authnAssertion, boolea argument
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java107 private Assertion authnAssertion; field in class:SAML2
325 authnAssertion = data.getAssertion();
330 username = SPACSUtils.getPrincipalWithoutLogin(assertionSubject, authnAssertion,
342 return success(authnAssertion, getNameId(), username);
476 return success(authnAssertion, nameId, userName);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java113 private Assertion authnAssertion; field in class:SAML2
347 authnAssertion = data.getAssertion();
352 username = SPACSUtils.getPrincipalWithoutLogin(assertionSubject, authnAssertion,
364 return success(authnAssertion, getNameId(), username);
498 return success(authnAssertion, nameId, userName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java1029 Assertion authnAssertion =
1140 String remoteHostId = authnAssertion.getIssuer().getValue();
1162 userName = acctMapper.getIdentity(authnAssertion, hostEntityId, realm);
1290 setDiscoBootstrapCredsInSSOToken(sessionProvider, authnAssertion,
1398 String assertionID=authnAssertion.getID();
1414 respInfo.setAssertion(authnAssertion);
2071 public static String getPrincipalWithoutLogin(Subject assertionSubject, Assertion authnAssertion, String realm, argument
2142 userName = acctMapper.getIdentity(authnAssertion, spEntityId, realm);
2196 * @param authnAssertion Assertion from which to reead the attributes.
2201 public static List<Attribute> getAttrs(Assertion authnAssertion, boolea argument
[all...]

Completed in 46 milliseconds