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