Constant Field Values
Contents
com.github.*
-
com.github.mizool.core.password.Argon2Hasher Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"Argon2"
-
com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"PBKDF2WithHmacSHA1"
-
com.github.mizool.core.password.Pbkdf2WithHmacSha512Hasher Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"PBKDF2WithHmacSHA512"
-
com.github.mizool.core.rest.errorhandling.ErrorDto Modifier and Type Constant Field Value public static final String
GENERIC_ERROR_ID
"generic"
-
com.github.mizool.core.rest.errorhandling.GenericErrorMapper Modifier and Type Constant Field Value public static final String
GLOBAL_PROPERTY_KEY
"GLOBAL"
-
com.github.mizool.core.rest.errorhandling.HttpStatus Modifier and Type Constant Field Value public static final int
ACCEPTED
202
public static final int
BAD_GATEWAY
502
public static final int
BAD_REQUEST
400
public static final int
CONFLICT
409
public static final int
FORBIDDEN
403
public static final int
INTERNAL_SERVER_ERROR
500
public static final int
LOCKED
423
public static final int
METHOD_NOT_ALLOWED
405
public static final int
NO_CONTENT
204
public static final int
NOT_FOUND
404
public static final int
NOT_IMPLEMENTED
501
public static final int
OK
200
public static final int
SERVICE_UNAVAILABLE
503
public static final int
UNAUTHORIZED
401
public static final int
UNPROCESSABLE_ENTITY
422