Uses of Enum Class
com.skava.auth.constant.AuthResponseCodes
Packages that use AuthResponseCodes
Package
Description
Classes for Constant strings and responses.
Support classes for access controlling, exception handling, session handling and caching.
Support classes for hold the reusable functionalities.
-
Uses of AuthResponseCodes in com.skava.auth.constant
Methods in com.skava.auth.constant that return AuthResponseCodesModifier and TypeMethodDescriptionstatic AuthResponseCodes
Returns the enum constant of this class with the specified name.static AuthResponseCodes[]
AuthResponseCodes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.skava.auth.constant with parameters of type AuthResponseCodesModifier and TypeMethodDescriptionstatic String
AuthResponseCodes.getMessage
(org.springframework.context.MessageSource messageSource, AuthResponseCodes responseCode) This method return the localized response message using locale context holder. -
Uses of AuthResponseCodes in com.skava.auth.helper
Methods in com.skava.auth.helper with parameters of type AuthResponseCodesModifier and TypeMethodDescriptioncom.skava.core.validation.ValidationErrorResponse
AuthExceptionHandler.getValidationResponse
(AuthResponseCodes authResponseCode) This method construct the validation response for the given authorization response enumerator. -
Uses of AuthResponseCodes in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type AuthResponseCodesModifier and TypeMethodDescriptionprotected static com.skava.core.validation.ValidateException
UtilBase.validationException
(org.springframework.context.MessageSource messageSource, AuthResponseCodes responseCode) This method returns the validation exception based on the response code.