Uses of Interface
info.magnolia.cms.security.User

Packages that use User
info.magnolia.cms.exchange   
info.magnolia.cms.security   
info.magnolia.cms.security.auth.callback JAAS and Client callbacks 
info.magnolia.cms.security.auth.login Login handlers and filters 
info.magnolia.context   
info.magnolia.jaas.sp   
info.magnolia.jaas.sp.jcr   
info.magnolia.module.admininterface.pages   
info.magnolia.module.exchangesimple   
info.magnolia.module.mail.util   
 

Uses of User in info.magnolia.cms.exchange
 

Methods in info.magnolia.cms.exchange with parameters of type User
 void Syndicator.init(User user, String repositoryName, String workspaceName, Rule rule)
          Sets up the syndicator.
 

Uses of User in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement User
 class AbstractUser
          Handles the subject.
 class DummyUser
          Deprecated. since 4.3.6 - usage needs to be reviewed - see MAGNOLIA-3269
 class ExternalUser
          A user which is not stored in Magnolia.
 class MgnlUser
          This class wraps a user content object.
protected  class RescueSecuritySupport.RescueUser
          TODO extract as top level class? Currently this class is tested implicitly by RescueSecuritySupportTest.
 

Methods in info.magnolia.cms.security that return User
 User UserManager.createUser(String name, String pw)
          Creates a user without security restrictions.
 User MgnlUserManager.createUser(String name, String pw)
           
 User ExternalUserManager.createUser(String name, String pw)
           
 User DelegatingUserManager.createUser(String name, String pw)
           
 User UserManager.getAnonymousUser()
          Get Anonymous user, this user must always exist in magnolia repository.
 User SystemUserManager.getAnonymousUser()
           
static User Security.getAnonymousUser()
           
 User RescueSecuritySupport.RescueUserManager.getAnonymousUser()
           
 User MgnlUserManager.getAnonymousUser()
          SystemUserManager does this.
 User ExternalUserManager.getAnonymousUser()
          SystemUserManager does this.
 User DelegatingUserManager.getAnonymousUser()
           
protected  User MgnlUserManager.getFromRepository(String name)
           
protected  User SystemUserManager.getOrCreateUser(String userName, String password)
           
 User UserManager.getSystemUser()
          Get system user, this user must always exist in magnolia repository.
 User SystemUserManager.getSystemUser()
           
static User Security.getSystemUser()
           
 User RescueSecuritySupport.RescueUserManager.getSystemUser()
           
 User MgnlUserManager.getSystemUser()
          SystemUserManager does this.
 User ExternalUserManager.getSystemUser()
          SystemUserManager does this.
 User DelegatingUserManager.getSystemUser()
           
 User UserManager.getUser(String name)
          Find a specific user.
 User RescueSecuritySupport.RescueUserManager.getUser(String name)
           
 User MgnlUserManager.getUser(String name)
          Get the user object.
 User ExternalUserManager.getUser(String name)
           
 User DelegatingUserManager.getUser(String name)
           
 User UserManager.getUser(Subject subject)
          Initialize new user using JAAS authenticated/authorized subject.
 User MgnlUserManager.getUser(Subject subject)
           
 User ExternalUserManager.getUser(Subject subject)
          Initialize new user using JAAS authenticated/authorized subject.
 User DelegatingUserManager.getUser(Subject subject)
           
protected  User MgnlUserManager.newUserInstance(Content node)
          Creates a MgnlUser out of a jcr node.
 

Methods in info.magnolia.cms.security that return types with arguments of type User
 Collection<User> UserManager.getAllUsers()
          Get all users.
 Collection<User> MgnlUserManager.getAllUsers()
          Get all users managed by this user manager.
 Collection<User> ExternalUserManager.getAllUsers()
           
 Collection<User> DelegatingUserManager.getAllUsers()
           
 

Methods in info.magnolia.cms.security with parameters of type User
 void UserManager.changePassword(User user, String newPassword)
          Sets a new password.
 void MgnlUserManager.changePassword(User user, String newPassword)
           
 void ExternalUserManager.changePassword(User user, String newPassword)
           
 void DelegatingUserManager.changePassword(User user, String newPassword)
           
 

Method parameters in info.magnolia.cms.security with type arguments of type User
 void MgnlUserManager.updateUserListWithAllChildren(Content node, Collection<User> users)
          Updates collection with all users located under provided node.
 

Uses of User in info.magnolia.cms.security.auth.callback
 

Fields in info.magnolia.cms.security.auth.callback declared as User
protected  User CredentialsCallbackHandler.user
           
 

Methods in info.magnolia.cms.security.auth.callback that return User
 User UserCallback.getUser()
           
 User CredentialsCallbackHandler.getUser()
           
 

Constructors in info.magnolia.cms.security.auth.callback with parameters of type User
UserCallback(User user)
           
 

Uses of User in info.magnolia.cms.security.auth.login
 

Methods in info.magnolia.cms.security.auth.login that return User
 User LoginResult.getUser()
           
 

Constructors in info.magnolia.cms.security.auth.login with parameters of type User
LoginResult(int status, User user)
           
 

Uses of User in info.magnolia.context
 

Methods in info.magnolia.context that return User
 User UserContextImpl.getUser()
          Create the subject on demand.
 User SimpleContext.getUser()
          Delegate to the inner context.
static User MgnlContext.getUser()
          A short cut for the current user.
 User ContextDecorator.getUser()
          Delegates call to the original context.
 User Context.getUser()
          If this is not a UserContext this method will very likely return the system user.
 User AbstractContext.getUser()
           
 

Methods in info.magnolia.context with parameters of type User
 void UserContextImpl.login(User user)
           
 void UserContext.login(User user)
           
static void MgnlContext.login(User user)
           
protected  void UserContextImpl.setLocaleFor(User user)
           
 

Uses of User in info.magnolia.jaas.sp
 

Methods in info.magnolia.jaas.sp that return User
 User UserAwareLoginModule.getUser()
           
 

Uses of User in info.magnolia.jaas.sp.jcr
 

Fields in info.magnolia.jaas.sp.jcr declared as User
protected  User JCRAuthenticationModule.user
           
 

Methods in info.magnolia.jaas.sp.jcr that return User
 User JCRAuthenticationModule.getUser()
           
 

Uses of User in info.magnolia.module.admininterface.pages
 

Methods in info.magnolia.module.admininterface.pages that return User
 User AdminCentralPage.getUser()
           
 

Uses of User in info.magnolia.module.exchangesimple
 

Fields in info.magnolia.module.exchangesimple declared as User
protected  User BaseSyndicatorImpl.user
           
 

Methods in info.magnolia.module.exchangesimple with parameters of type User
 void BaseSyndicatorImpl.init(User user, String repositoryName, String workspaceName, Rule rule)
           
 

Uses of User in info.magnolia.module.mail.util
 

Methods in info.magnolia.module.mail.util that return types with arguments of type User
protected static Collection<User> MailUtil.getAllUserNodes(UserManager manager)
           
 

Methods in info.magnolia.module.mail.util with parameters of type User
protected static String MailUtil.getUserMail(User user)
           
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.