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 voidAuthenticationModule. 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 voidAbstractLoginModule. doLogout(LogoutRequest request, AuditLogBuilder auditLog)protected ManagedSysDtoAbstractLoginModule. getManagedSystem(LogoutRequest request, AuditLogBuilder event)voidAbstractLoginModule. 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 ResponseAuthenticationListener. 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 voidAuthenticationServiceService. 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 voidAuthenticationServiceImpl. 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 ResponseAuthenticationService. globalLogoutRequest(LogoutRequest request)This method executes a global logout so that the user is logged out all the application they have logged into.ResponseAuthenticationWebServiceImpl. globalLogoutRequest(LogoutRequest request)
-