Uses of Interface
org.apache.jetspeed.security.User

Packages that use User
org.apache.jetspeed.administration   
org.apache.jetspeed.portlets.registration   
org.apache.jetspeed.portlets.security.users   
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.security.impl.ext   
 

Uses of User in org.apache.jetspeed.administration
 

Methods in org.apache.jetspeed.administration that return User
 User PortalAdministrationImpl.lookupUserFromEmail(java.lang.String email)
           
 User PortalAdministration.lookupUserFromEmail(java.lang.String email)
          Lookup a user given an email address
 

Uses of User in org.apache.jetspeed.portlets.registration
 

Methods in org.apache.jetspeed.portlets.registration with parameters of type User
protected  java.lang.String ForgottenPasswordPortlet.getPassword(User user)
           
protected  java.lang.String ForgottenPasswordPortlet.getUserName(User user)
           
 

Uses of User in org.apache.jetspeed.portlets.security.users
 

Constructors in org.apache.jetspeed.portlets.security.users with parameters of type User
JetspeedUserBean(User user)
           
 

Uses of User in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return User
 User UserManager.getUser(java.lang.String username)
           Get a Userfor a given username.
 

Uses of User in org.apache.jetspeed.security.impl
 

Classes in org.apache.jetspeed.security.impl that implement User
 class UserImpl
          A user made of a Subject and the user Preferences.
 

Methods in org.apache.jetspeed.security.impl that return User
 User UserManagerImpl.getUser(java.lang.String username)
           
 

Methods in org.apache.jetspeed.security.impl with parameters of type User
protected  void DefaultLoginModule.commitPrincipals(javax.security.auth.Subject subject, User user)
          Default setup of the logged on Subject Principals for Tomcat
protected  java.security.Principal DefaultLoginModule.getUserPrincipal(User user)
           
protected  java.util.List DefaultLoginModule.getUserRoles(User user)
           
 

Uses of User in org.apache.jetspeed.security.impl.ext
 

Methods in org.apache.jetspeed.security.impl.ext with parameters of type User
protected  void JBossLoginModule.commitPrincipals(javax.security.auth.Subject subject, User user)
           
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.