Searched refs:doLogoutAll (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 DIDPSessionCopy.java56 private boolean doLogoutAll = false; field in class:IDPSessionCopy
88 doLogoutAll = idpSession.getLogoutAll();
190 doLogoutAll = enable;
197 return doLogoutAll;
H A DIDPSession.java52 private boolean doLogoutAll = false; field in class:IDPSession
177 doLogoutAll = enable;
186 return doLogoutAll;
284 doLogoutAll = idpSessionCopy.getLogoutAll();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionCopy.java56 private boolean doLogoutAll = false; field in class:IDPSessionCopy
88 doLogoutAll = idpSession.getLogoutAll();
190 doLogoutAll = enable;
197 return doLogoutAll;
H A DIDPSession.java52 private boolean doLogoutAll = false; field in class:IDPSession
177 doLogoutAll = enable;
186 return doLogoutAll;
284 doLogoutAll = idpSessionCopy.getLogoutAll();

Completed in 32 milliseconds