Uses of Class
org.openiam.base.request.LogoutRequest
-
-
Uses of LogoutRequest in org.openiam.esb.core.auth.model
Methods in org.openiam.esb.core.auth.model with parameters of type LogoutRequest Modifier and Type Method Description void
AuthenticationModule. logout(LogoutRequest request, AuditLogBuilder auditLog)
-
Uses of LogoutRequest in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module with parameters of type LogoutRequest Modifier and Type Method Description protected void
AbstractLoginModule. doLogout(LogoutRequest request, AuditLogBuilder auditLog)
protected ManagedSysDto
AbstractLoginModule. getManagedSystem(LogoutRequest request, AuditLogBuilder event)
void
AbstractLoginModule. logout(LogoutRequest request, AuditLogBuilder auditLog)
-
Uses of LogoutRequest in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type LogoutRequest Modifier and Type Method Description Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, LogoutRequest request)
-
Uses of LogoutRequest in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type LogoutRequest Modifier and Type Method Description void
AuthenticationServiceService. globalLogoutRequest(LogoutRequest request)
-
Uses of LogoutRequest in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type LogoutRequest Modifier and Type Method Description void
AuthenticationServiceImpl. globalLogoutRequest(LogoutRequest request)
-
Uses of LogoutRequest in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type LogoutRequest Modifier and Type Method Description Response
AuthenticationService. globalLogoutRequest(LogoutRequest request)
This method executes a global logout so that the user is logged out all the application they have logged into.Response
AuthenticationWebServiceImpl. globalLogoutRequest(LogoutRequest request)
-