|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.String repositoryName,
java.lang.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(java.lang.String name,
java.lang.String pw)
Creates a user without security restrictions. |
User |
MgnlUserManager.createUser(java.lang.String name,
java.lang.String pw)
|
User |
ExternalUserManager.createUser(java.lang.String name,
java.lang.String pw)
|
User |
DelegatingUserManager.createUser(java.lang.String name,
java.lang.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(java.lang.String name)
|
protected User |
SystemUserManager.getOrCreateUser(java.lang.String userName,
java.lang.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(java.lang.String name)
Find a specific user. |
User |
RescueSecuritySupport.RescueUserManager.getUser(java.lang.String name)
|
User |
MgnlUserManager.getUser(java.lang.String name)
Get the user object. |
User |
ExternalUserManager.getUser(java.lang.String name)
|
User |
DelegatingUserManager.getUser(java.lang.String name)
|
User |
UserManager.getUser(javax.security.auth.Subject subject)
Initialize new user using JAAS authenticated/authorized subject. |
User |
MgnlUserManager.getUser(javax.security.auth.Subject subject)
|
User |
ExternalUserManager.getUser(javax.security.auth.Subject subject)
Initialize new user using JAAS authenticated/authorized subject. |
User |
DelegatingUserManager.getUser(javax.security.auth.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 | |
---|---|
java.util.Collection<User> |
UserManager.getAllUsers()
Get all users. |
java.util.Collection<User> |
MgnlUserManager.getAllUsers()
Get all users managed by this user manager. |
java.util.Collection<User> |
ExternalUserManager.getAllUsers()
|
java.util.Collection<User> |
DelegatingUserManager.getAllUsers()
|
Methods in info.magnolia.cms.security with parameters of type User | |
---|---|
void |
UserManager.changePassword(User user,
java.lang.String newPassword)
Sets a new password. |
void |
MgnlUserManager.changePassword(User user,
java.lang.String newPassword)
|
void |
ExternalUserManager.changePassword(User user,
java.lang.String newPassword)
|
void |
DelegatingUserManager.changePassword(User user,
java.lang.String newPassword)
|
Method parameters in info.magnolia.cms.security with type arguments of type User | |
---|---|
void |
MgnlUserManager.updateUserListWithAllChildren(Content node,
java.util.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,
java.lang.String repositoryName,
java.lang.String workspaceName,
Rule rule)
|
Uses of User in info.magnolia.module.mail.util |
---|
Methods in info.magnolia.module.mail.util with parameters of type User | |
---|---|
protected static java.lang.String |
MailUtil.getUserMail(User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |