Searched defs:getSessionIndex (Results 26 - 38 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DLogoutRequestTypeImpl.java72 public java.lang.String getSessionIndex() { method in class:LogoutRequestTypeImpl
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAuthnStatementTypeImpl.java60 public java.lang.String getSessionIndex() { method in class:AuthnStatementTypeImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java591 public String getSessionIndex() { method in class:FSLogoutNotification
599 * @see #getSessionIndex
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSession.java112 public String getSessionIndex() { method in class:FSSession
119 * @see #getSessionIndex()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthenticationStatementTypeImpl.java42 public java.lang.String getSessionIndex() { method in class:AuthenticationStatementTypeImpl
H A DLogoutRequestTypeImpl.java72 public java.lang.String getSessionIndex() { method in class:LogoutRequestTypeImpl
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAuthnStatementTypeImpl.java60 public java.lang.String getSessionIndex() { method in class:AuthnStatementTypeImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java594 public String getSessionIndex() { method in class:FSLogoutNotification
602 * @see #getSessionIndex
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSession.java112 public String getSessionIndex() { method in class:FSSession
119 * @see #getSessionIndex()
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java534 static List getSessionIndex(LogoutResponse logoutRes) { method in class:LogoutUtil
H A DIDPSSOUtil.java426 String remoteServiceURL = SAML2Utils.getRemoteServiceURL(getSessionIndex(session));
910 sessionIndex = authnStatement.getSessionIndex();
1213 String sessionIndex = getSessionIndex(session);
2230 public static String getSessionIndex(Object session) { method in class:IDPSSOUtil
2232 String classMethod = "IDPSSOUtil.getSessionIndex: ";
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java536 static List getSessionIndex(LogoutResponse logoutRes) { method in class:LogoutUtil
H A DIDPSSOUtil.java430 String remoteServiceURL = SAML2Utils.getRemoteServiceURL(getSessionIndex(session));
919 sessionIndex = authnStatement.getSessionIndex();
1244 String sessionIndex = getSessionIndex(session);
2263 public static String getSessionIndex(Object session) { method in class:IDPSSOUtil
2265 String classMethod = "IDPSSOUtil.getSessionIndex: ";

Completed in 73 milliseconds

12