Uses of Interface
org.hippoecm.hst.security.User

Packages that use User
org.hippoecm.hst.security   
org.hippoecm.hst.security.impl   
 

Uses of User in org.hippoecm.hst.security
 

Classes in org.hippoecm.hst.security that implement User
 class TransientUser
          TransientUser
 

Methods in org.hippoecm.hst.security that return User
 User AuthenticationProvider.authenticate(String userName, char[] password)
          Authenticate a user.
 

Uses of User in org.hippoecm.hst.security.impl
 

Fields in org.hippoecm.hst.security.impl declared as User
protected  User DefaultLoginModule.user
           
 

Methods in org.hippoecm.hst.security.impl that return User
 User JcrAuthenticationProvider.authenticate(String userName, char[] password)
           
 

Methods in org.hippoecm.hst.security.impl with parameters of type User
protected  void DefaultLoginModule.commitSubject(Subject containerSubject, User user)
          Default setup of the logged on Subject Principals for Tomcat
 



Copyright © 2008-2012 Hippo. All Rights Reserved.