Searched defs:shouldPersistNameID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java334 if (shouldPersistNameID(spEntityId)) {
690 if (shouldPersistNameID(spEntityId)) {
701 private boolean shouldPersistNameID(String spEntityId) throws SAML2Exception { method in class:SAML2
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java356 if (shouldPersistNameID(spEntityId)) {
713 if (shouldPersistNameID(spEntityId)) {
724 private boolean shouldPersistNameID(String spEntityId) throws SAML2Exception { method in class:SAML2
735 session = getLoginState("shouldPersistNameID").getSSOToken();

Completed in 31 milliseconds