Searched defs:logout (Results 76 - 95 of 95) sorted by relevance

1234

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sso/providers/stateless/
H A DStatelessSSOProvider.java158 logout(token);
162 public void logout(final SSOToken token) throws SSOException { method in class:StatelessSSOProvider
164 extractStatelessSession(token).logout();
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java448 public boolean logout() throws LoginException { method in class:LoginContextTest.MockModule
449 return delegate.logout();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java30 package com.sun.identity.federation.services.logout;
68 * Utility class for single logout.
215 * @param metaAlias the hosted Entity doing logout cleanup
263 * the provider since logout notification has already been sent to
266 * @param currentEntityId the provider to whom logout notification is
268 * @param metaAlias the hostedProvider doing logout cleanup
288 * provider Id and removes all references to the provider since logout
291 * @param currentEntityId the provider to whom logout notification is
293 * @param the hostedProvider doing logout cleanup
329 * @param metaAlias the hostedProvider doing logout cleanu
[all...]
H A DFSPreLogoutHandler.java30 package com.sun.identity.federation.services.logout;
64 * Pre logout handling.
125 * handling logout
189 * Sets the logout request received from remote provider.
199 * Initiates logout at this provider when the user has clicked on the
200 * logout option.
204 * @param ssoToken used to identify the principal who wants to logout
205 * @param sourceCheck where the logout coming from
206 * @return <code>true</code> if the logout is successful; <code>false</code>
267 // this is IDP initiated based single logout
[all...]
H A DFSSingleLogoutHandler.java30 package com.sun.identity.federation.services.logout;
82 * Work class that handles <code>ID-FF</code> single logout.
160 * Sets the single logout protocol to be used.
167 * Initiates the logout operation.
172 * @param sessionIndex to be sent as part of logout message
175 * @return status of the logout initiation operation.
205 FSUtils.debug.message("Communicating logout with provider " +
284 * Only in the case of SOAP do we have control to initiate logout for the
287 * <code>continueLogout</code> continues the logout process.
288 * @param isSuccess if true, means logout preforme
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java638 * @throws AuthLoginException if an error occurred during logout
641 public void logout() throws AuthLoginException { method in class:AuthContextLocal
642 authDebug.message("AuthContextLocal::logout()");
645 amlc.logout();
648 authDebug.message("Exception in AMLoginContext::logout() "
655 authDebug.message("Called AMLoginContext::logout()");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java607 * @throws AuthLoginException if an error occurred during logout
610 public void logout() throws AuthLoginException { method in class:AuthContextLocal
611 authDebug.message("AuthContextLocal::logout()");
614 amlc.logout();
617 authDebug.message("Exception in AMLoginContext::logout() "
624 authDebug.message("Called AMLoginContext::logout()");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java384 * Create the LoginContext object that actually handles login/logout
834 * @throws AuthLoginException when fails to logout
836 public void logout() throws AuthLoginException { method in class:AMLoginContext
837 debug.message("in logout:");
841 loginContext.logout();
845 jaasLoginContext.logout();
854 debug.message("Error during logout : ");
858 //logout - ignore this error since logout will be done
861 debug.message("Error during logout
[all...]
H A DAuthUtils.java192 * @param isLogout <code>true</code> for logout.
511 * Return logout url from LoginState object.
519 // No default URL in case of logout. Taken care by LogoutBean.
909 String sessionID, boolean logout) throws AuthException {
910 return getAuthContext(orgName, sessionID, logout, null);
935 * isLogout - is this a logout request
956 * isLogout - is this a logout request - if yes then no session
1959 * Performs a logout on a given token ensuring the post auth classes are called
1961 * @param sessionID The token id to logout
1964 * @return true if the token was still valid before logout wa
908 getAuthContext(String orgName, String sessionID, boolean logout) argument
1967 public static boolean logout(String sessionID, HttpServletRequest request, HttpServletResponse response) method in class:AuthUtils
1983 public static boolean logout(InternalSession intSession, method in class:AuthUtils
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java103 public static final String LOGOUT_ACTION_ID = "logout";
467 * Handler for 'logout' action
472 * This class serves as a mocked HttpServletResponse, which will be passed to the AuthUtils#logout method,
512 JsonValue jsonValue = logout(tokenId, context);
516 LOGGER.error("SessionResource.actionInstance :: Error performing logout for token "
527 * @throws InternalServerErrorException If the tokenId is invalid or could not be used to logout.
529 private JsonValue logout(String tokenId, Context context) throws InternalServerErrorException { method in class:SessionResource.LogoutActionHandler
535 LOGGER.message("SessionResource.logout() :: Null Token Id.");
544 LOGGER.message("SessionResource.logout() :: Token ID, " + tokenId + ", already expired.");
568 authUtilsWrapper.logout(sessionI
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java30 package com.sun.identity.federation.services.logout;
82 * Work class that handles <code>ID-FF</code> single logout.
160 * Sets the single logout protocol to be used.
167 * Initiates the logout operation.
172 * @param sessionIndex to be sent as part of logout message
175 * @return status of the logout initiation operation.
205 FSUtils.debug.message("Communicating logout with provider " +
284 * Only in the case of SOAP do we have control to initiate logout for the
287 * <code>continueLogout</code> continues the logout process.
288 * @param isSuccess if true, means logout preforme
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java587 public void logout() throws SessionException { method in class:Session
590 operation.logout(this);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java405 * Create the LoginContext object that actually handles login/logout
834 * @throws AuthLoginException when fails to logout
836 public void logout() throws AuthLoginException { method in class:AMLoginContext
837 debug.message("in logout:");
840 loginContext.logout();
849 debug.message("Error during logout : ");
853 //logout - ignore this error since logout will be done
856 debug.message("Error during logout : ");
863 /* destroy Session on a logout O
[all...]
H A DAuthUtils.java183 * @param isLogout <code>true</code> for logout.
839 String sessionID, boolean logout) throws AuthException {
840 return getAuthContext(orgName, sessionID, logout, null);
865 * isLogout - is this a logout request
886 * isLogout - is this a logout request - if yes then no session
1634 * Performs a logout on a given token ensuring the post auth classes are called
1636 * @param sessionID The token id to logout
1639 * @return true if the token was still valid before logout was called
1642 public static boolean logout(String sessionID, HttpServletRequest request, HttpServletResponse response) method in class:AuthUtils
1644 return logout(Auth
838 getAuthContext(String orgName, String sessionID, boolean logout) argument
1658 public static boolean logout(InternalSession intSession, method in class:AuthUtils
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java103 * | | logout | destroy
809 public void logout() throws SessionException { method in class:Session
812 operation.logout(this);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java961 public void logout(SessionID sid) throws SessionException { method in class:SessionService
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java1330 * @throws AuthLoginException if an error occurred during logout.
1334 public void logout() throws AuthLoginException { method in class:AuthContext
1336 acLocal.logout();
1372 * This method causes the logout to happen on the server and the
1375 * @throws AuthLoginException if an error occurred during logout.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java1015 * that will not be used again until a logout call should be nullified.
1936 logout();
1988 * @throws AuthLoginException if the logout fails
1989 * @see javax.security.auth.spi.LoginModule#logout
1991 public final boolean logout() throws AuthLoginException { method in class:AMLoginModule
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java1330 * @throws AuthLoginException if an error occurred during logout.
1334 public void logout() throws AuthLoginException { method in class:AuthContext
1336 acLocal.logout();
1372 * This method causes the logout to happen on the server and the
1375 * @throws AuthLoginException if an error occurred during logout.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java1027 * that will not be used again until a logout call should be nullified.
1942 logout();
1994 * @throws AuthLoginException if the logout fails
1995 * @see javax.security.auth.spi.LoginModule#logout
1997 public final boolean logout() throws AuthLoginException { method in class:AMLoginModule

Completed in 151 milliseconds

1234