Uses of Class
com.plannaplan.security.AuthorityRoles
Package | Description |
---|---|
com.plannaplan.security |
All classes realted to seciuirty includin spring secuirty and cas
authentication
|
-
Uses of AuthorityRoles in com.plannaplan.security
Methods in com.plannaplan.security that return AuthorityRoles Modifier and Type Method Description static AuthorityRoles
AuthorityRoles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthorityRoles[]
AuthorityRoles. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.plannaplan.security that return types with arguments of type AuthorityRoles Modifier and Type Method Description static java.util.Optional<AuthorityRoles>
AuthorityRoles. getAuthorityRole(com.plannaplan.types.UserRoles role)
map buisness logic UserRoles enum to spring enum