Uses of Interface
org.hippoecm.hst.security.User
-
Packages that use User Package Description org.hippoecm.hst.security -
-
Uses of User in org.hippoecm.hst.security
Classes in org.hippoecm.hst.security that implement User Modifier and Type Class Description class
TransientUser
An User Principal which optionally may hold a serializableTransientUser.getUserObject()
which later can be used to provide additional user infoMethods in org.hippoecm.hst.security that return User Modifier and Type Method Description User
AuthenticationProvider. authenticate(String userName, char[] password)
Authenticate a user.Methods in org.hippoecm.hst.security with parameters of type User Modifier and Type Method Description default Set<Role>
AuthenticationProvider. getRolesByUser(User user)
Returns security roles of the given user
-