Uses of Class
org.openiam.base.request.AuthenticationRequest
-
-
Uses of AuthenticationRequest in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequestURIFederationService. createAuthenticationRequest(String principal, String proxyURI, org.springframework.http.HttpMethod method) -
Uses of AuthenticationRequest in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequestURIFederationServiceImpl. createAuthenticationRequest(String principal, String proxyURI, org.springframework.http.HttpMethod method) -
Uses of AuthenticationRequest in org.openiam.esb.core.auth
Subclasses of AuthenticationRequest in org.openiam.esb.core.auth Modifier and Type Class Description classAuthenticationContextConstructors in org.openiam.esb.core.auth with parameters of type AuthenticationRequest Constructor Description AuthenticationContext(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type AuthenticationRequest Modifier and Type Method Description ResponseAuthenticationListener. processingApiRequest(AuthenticationAPI api, AuthenticationRequest request) -
Uses of AuthenticationRequest in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type AuthenticationRequest Modifier and Type Method Description SubjectAuthenticationServiceService. login(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type AuthenticationRequest Modifier and Type Method Description SubjectAuthenticationServiceImpl. login(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.openiam.rest
Methods in org.openiam.rest with parameters of type AuthenticationRequest Modifier and Type Method Description AuthenticationResponseAuthenticationRestController. login(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type AuthenticationRequest Modifier and Type Method Description AuthenticationResponseAuthenticationService. login(AuthenticationRequest request)This method logs in a user.AuthenticationResponseAuthenticationWebServiceImpl. login(AuthenticationRequest request)
-