Enum Class UstraSecurityResponseCode
java.lang.Object
java.lang.Enum<UstraSecurityResponseCode>
com.gsitm.ustra.java.security.exception.UstraSecurityResponseCode
- All Implemented Interfaces:
com.gsitm.ustra.java.core.exception.ResponseCode<Object>,Serializable,Comparable<UstraSecurityResponseCode>,Constable
public enum UstraSecurityResponseCode
extends Enum<UstraSecurityResponseCode>
implements com.gsitm.ustra.java.core.exception.ResponseCode<Object>
인증 오류 코드
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields inherited from interface com.gsitm.ustra.java.core.exception.ResponseCode
logger -
Method Summary
Modifier and TypeMethodDescriptionvoiddoThrow()voiddoThrowWithData(Object data) getCode()static UstraSecurityResponseCodeReturns the enum constant of this class with the specified name.static UstraSecurityResponseCode[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.gsitm.ustra.java.core.exception.ResponseCode
exception, exception, exception, getBody, isSuccess, messageArguments, messageCode
-
Enum Constant Details
-
DUPLICATED_AUTHENTICATION
-
CANNOT_ANONYMOUS_ACCESS
-
NOT_MATCH_USER
-
NOT_ALLOWED_CONNECTION_REGION
-
NOT_MATCH_PASSWORD
-
DISABLED_USER
-
EXPIRED_USER
-
CREDENTIALS_EXPIRED_USER
-
ACCOUNT_LOCKED_USER
-
INVALID_AUTHENTICATION_REQUEST
-
NOT_PERMITTED_REQUEST
-
OVER_MAXIMUM_AHTNETICATION_USABLE_NUMBERS
-
NOT_ALLOWD_EMPTY_PASSWORD
-
NOT_ALLOWD_PASSWORD
-
HAS_NOT_TO_EXECUTE_FUNCTION_AUTHORITIES
-
HAS_NOT_AUTHENTICATION_REQUEST
-
OVER_MAXINUM_REQUEST_AUTHENTICATION_KEY
-
INVALID_AUTHENTICATION_KEY
-
EXPIRED_AUTHENTICATION_KEY
-
EXPIRED_AUTHENTICATION
-
CANNOT_CREATE_AUTHENTICATION_TOKEN
-
FAIL_ID_PASSWORD_AUTHENTICATION
-
SYSTEM_ERROR
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
- Specified by:
getCodein interfacecom.gsitm.ustra.java.core.exception.ResponseCode<Object>
-
getMessage
- Specified by:
getMessagein interfacecom.gsitm.ustra.java.core.exception.ResponseCode<Object>
-
httpStatusCode
- Specified by:
httpStatusCodein interfacecom.gsitm.ustra.java.core.exception.ResponseCode<Object>
-
doThrow
public void doThrow() -
doThrowWithData
-
exception
-