- valueOf(String) - Static method in enum net.leanix.dropkit.oauth.PermissionRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.leanix.dropkit.oauth.PermissionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.leanix.dropkit.oauth.UserRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.leanix.dropkit.oauth.UserStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.leanix.dropkit.responses.ResponseStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.leanix.dropkit.oauth.PermissionRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.leanix.dropkit.oauth.PermissionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.leanix.dropkit.oauth.UserRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.leanix.dropkit.oauth.UserStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.leanix.dropkit.responses.ResponseStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerifyTokenResponse - Class in net.leanix.dropkit.oauth
-
Representation of the answer to a Resource Server when asked to verify a
token.
- VerifyTokenResponse() - Constructor for class net.leanix.dropkit.oauth.VerifyTokenResponse
-
- VerifyTokenResponse(String) - Constructor for class net.leanix.dropkit.oauth.VerifyTokenResponse
-
- VerifyTokenResponse(String, List<String>, AuthenticatedUser, Long) - Constructor for class net.leanix.dropkit.oauth.VerifyTokenResponse
-