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 AuthenticationRequest
URIFederationService. 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 AuthenticationRequest
URIFederationServiceImpl. 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 class
AuthenticationContext
Constructors 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 Response
AuthenticationListener. 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 Subject
AuthenticationServiceService. 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 Subject
AuthenticationServiceImpl. 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 AuthenticationResponse
AuthenticationRestController. 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 AuthenticationResponse
AuthenticationService. login(AuthenticationRequest request)
This method logs in a user.AuthenticationResponse
AuthenticationWebServiceImpl. login(AuthenticationRequest request)
-