Uses of Class
mx.com.sw.services.authentication.responses.AuthenticationResponse
Package | Description |
---|---|
mx.com.sw.helpers | |
mx.com.sw.services.authentication | |
mx.com.sw.services.authentication.responses |
-
Uses of AuthenticationResponse in mx.com.sw.helpers
Methods in mx.com.sw.helpers that return AuthenticationResponse Modifier and Type Method Description static AuthenticationResponse
ResponseHelper. toAuthenticationResponse(java.lang.Throwable ex)
Este método obtiene una respuesta de tipo AuthenticationResponse. -
Uses of AuthenticationResponse in mx.com.sw.services.authentication
Methods in mx.com.sw.services.authentication that return AuthenticationResponse Modifier and Type Method Description AuthenticationResponse
Authentication. authenticate()
Este método obtiene un token mediante el usuario y password con el cual se inicio la instancia de clase.abstract AuthenticationResponse
AuthenticationService. authenticate()
Método de authentication que se realiza con los datos configurados. -
Uses of AuthenticationResponse in mx.com.sw.services.authentication.responses
Methods in mx.com.sw.services.authentication.responses that return AuthenticationResponse Modifier and Type Method Description AuthenticationResponse
AuthenticationResponseHandler. handleException(java.lang.Throwable ex)
Handler de exceptions.