Uses of Class
org.openiam.base.response.AuthenticationResponse
-
Packages that use AuthenticationResponse Package Description org.openiam.rest org.openiam.srvc.am -
-
Uses of AuthenticationResponse in org.openiam.rest
Methods in org.openiam.rest that return AuthenticationResponse Modifier and Type Method Description AuthenticationResponseAuthenticationRestController. login(AuthenticationRequest request) -
Uses of AuthenticationResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AuthenticationResponse Modifier and Type Method Description AuthenticationResponseAuthenticationService. login(AuthenticationRequest request)This method logs in a user.AuthenticationResponseAuthenticationWebServiceImpl. login(AuthenticationRequest request)
-