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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java898 NewBoolean isNewSessionIndex = new NewBoolean();
904 authnStatement = getAuthnStatement(request, session, isNewSessionIndex, authnReq, idpEntityID, realm,
911 if (isNewSessionIndex.getValue()) {
937 if (isNewSessionIndex.getValue()) {
1128 * @param isNewSessionIndex A returned flag from which the caller knows if the session index in the returned
1140 NewBoolean isNewSessionIndex,
1229 isNewSessionIndex.setValue(true);
1231 isNewSessionIndex.setValue(false);
1137 getAuthnStatement( HttpServletRequest request, Object session, NewBoolean isNewSessionIndex, AuthnRequest authnReq, String idpEntityID, String realm, AuthnContext matchingAuthnContext) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java907 NewBoolean isNewSessionIndex = new NewBoolean();
913 authnStatement = getAuthnStatement(request, session, isNewSessionIndex, authnReq, idpEntityID, realm,
920 if (isNewSessionIndex.getValue()) {
946 if (isNewSessionIndex.getValue()) {
1137 * @param isNewSessionIndex A returned flag from which the caller knows if the session index in the returned
1150 NewBoolean isNewSessionIndex,
1260 isNewSessionIndex.setValue(true);
1262 isNewSessionIndex.setValue(false);
1147 getAuthnStatement( HttpServletRequest request, Object session, NewBoolean isNewSessionIndex, AuthnRequest authnReq, String idpEntityID, String realm, AuthnContext matchingAuthnContext, String metaAlias) argument

Completed in 34 milliseconds