Uses of Interface
org.hippoecm.hst.security.Role
-
Packages that use Role Package Description org.hippoecm.hst.security -
-
Uses of Role in org.hippoecm.hst.security
Classes in org.hippoecm.hst.security that implement Role Modifier and Type Class Description class
TransientRole
Methods in org.hippoecm.hst.security that return types with arguments of type Role Modifier and Type Method Description default Set<Role>
AuthenticationProvider. getRolesByUser(User user)
Returns security roles of the given userSet<Role>
AuthenticationProvider. getRolesByUsername(String username)
Deprecated.since v14, will be removed in v15+.
-