Uses of Class
org.flasby.entity.Authority
-
Packages that use Authority Package Description org.flasby.entity org.flasby.entity.repository org.flasby.security -
-
Uses of Authority in org.flasby.entity
Methods in org.flasby.entity that return Authority Modifier and Type Method Description static Authority
Authority. valueOf(String name)
Returns the enum constant of this type with the specified name.static Authority[]
Authority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.flasby.entity with parameters of type Authority Constructor Description ChristmasUser(String name, String alias, String password, Authority... roles)
-
Uses of Authority in org.flasby.entity.repository
Classes in org.flasby.entity.repository with type parameters of type Authority Modifier and Type Interface Description interface
UserRepository<TheUser extends org.flasby.entity.Users<Authority>>
Methods in org.flasby.entity.repository with parameters of type Authority Modifier and Type Method Description List<TheUser>
UserRepository. findByRoles(Authority role)
-
Uses of Authority in org.flasby.security
Classes in org.flasby.security with type parameters of type Authority Modifier and Type Class Description class
SecurityConfig<TheUser extends org.flasby.entity.Users<Authority>>
Methods in org.flasby.security with parameters of type Authority Modifier and Type Method Description static void
AssertAuthority. in(Authority... auths)
-