Uses of Enum Class
org.apache.syncope.ext.openfga.client.model.AuthErrorCode
Packages that use AuthErrorCode
-
Uses of AuthErrorCode in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return AuthErrorCodeModifier and TypeMethodDescriptionstatic AuthErrorCode
ForbiddenResponse.getCode()
Get codestatic AuthErrorCode
Returns the enum constant of this class with the specified name.static AuthErrorCode[]
AuthErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.ext.openfga.client.model with parameters of type AuthErrorCodeModifier and TypeMethodDescriptionForbiddenResponse.code
(AuthErrorCode code) void
ForbiddenResponse.setCode
(AuthErrorCode code)