JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
authorization.UserRoles
Packages that use
UserRoles
Package
Description
authorization
Uses of
UserRoles
in
authorization
Methods in
authorization
that return
UserRoles
Modifier and Type
Method
Description
static
UserRoles
UserRoles.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
UserRoles
[]
UserRoles.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.