Uses of Class
org.bremersee.security.authentication.AccessMode
-
Packages that use AccessMode Package Description org.bremersee.security.authentication -
-
Uses of AccessMode in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication that return AccessMode Modifier and Type Method Description static AccessMode
AccessMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessMode[]
AccessMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-