|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserManager | |
---|---|
org.apache.jetspeed.administration | |
org.apache.jetspeed.layout.impl | |
org.apache.jetspeed.portlets.admin | |
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 | |
org.apache.jetspeed.security.impl.ntlm | |
org.apache.jetspeed.security.util.test | |
org.apache.jetspeed.userinfo.impl |
Uses of UserManager in org.apache.jetspeed.administration |
---|
Fields in org.apache.jetspeed.administration declared as UserManager | |
---|---|
protected UserManager |
PortalAdministrationImpl.userManager
|
Constructors in org.apache.jetspeed.administration with parameters of type UserManager | |
---|---|
PortalAdministrationImpl(UserManager userManager,
RoleManager roleManager,
GroupManager groupManager,
PageManager pageManager,
PreferencesProvider preferences,
Profiler profiler,
org.springframework.mail.javamail.JavaMailSender mailSender,
org.apache.velocity.app.VelocityEngine velocityEngine)
|
Uses of UserManager in org.apache.jetspeed.layout.impl |
---|
Fields in org.apache.jetspeed.layout.impl declared as UserManager | |
---|---|
protected UserManager |
BaseUserAction.userManager
|
Constructors in org.apache.jetspeed.layout.impl with parameters of type UserManager | |
---|---|
BaseUserAction(java.lang.String template,
java.lang.String errorTemplate,
UserManager userManager)
|
|
BaseUserAction(java.lang.String template,
java.lang.String errorTemplate,
UserManager userManager,
RolesSecurityBehavior securityBehavior)
|
|
GetUserInformationAction(java.lang.String template,
java.lang.String errorTemplate,
UserManager um,
RolesSecurityBehavior rolesSecurityBehavior)
|
|
GetUserListAction(java.lang.String template,
java.lang.String errorTemplate,
UserManager um,
PortalStatistics pstats,
PortalSessionsManager psm)
|
|
GetUserListAction(java.lang.String template,
java.lang.String errorTemplate,
UserManager um,
PortalStatistics pstats,
PortalSessionsManager psm,
RolesSecurityBehavior securityBehavior)
|
|
GetUserListAction(java.lang.String template,
java.lang.String errorTemplate,
UserManager um,
PortalStatistics pstats,
PortalSessionsManager psm,
RolesSecurityBehavior securityBehavior,
java.lang.String protectionScope)
|
Uses of UserManager in org.apache.jetspeed.portlets.admin |
---|
Fields in org.apache.jetspeed.portlets.admin declared as UserManager | |
---|---|
protected UserManager |
JetspeedDataImporter.userManager
|
Uses of UserManager in org.apache.jetspeed.portlets.security.users |
---|
Fields in org.apache.jetspeed.portlets.security.users declared as UserManager | |
---|---|
protected UserManager |
UserBrowser.userManager
|
Uses of UserManager in org.apache.jetspeed.security |
---|
Methods in org.apache.jetspeed.security that return UserManager | |
---|---|
UserManager |
LoginModuleProxy.getUserManager()
Getter for the UserManager . |
Uses of UserManager in org.apache.jetspeed.security.impl |
---|
Classes in org.apache.jetspeed.security.impl that implement UserManager | |
---|---|
class |
UserManagerImpl
Implementation for managing users and provides access to the User . |
Fields in org.apache.jetspeed.security.impl declared as UserManager | |
---|---|
protected UserManager |
DefaultLoginModule.ums
InternalUserPrincipal manager service. |
Methods in org.apache.jetspeed.security.impl that return UserManager | |
---|---|
UserManager |
LoginModuleProxyImpl.getUserManager()
|
Constructors in org.apache.jetspeed.security.impl with parameters of type UserManager | |
---|---|
DefaultLoginModule(UserManager userManager)
|
|
DefaultLoginModule(UserManager userManager,
java.lang.String portalUserRole)
Create a new login module that uses the given user manager. |
|
LoginModuleProxyImpl(UserManager userMgr)
|
|
LoginModuleProxyImpl(UserManager userMgr,
java.lang.String portalUserRole)
Constructor providing a bridge between the login module and the user manager. |
|
SecurityValveImpl(Profiler profiler,
UserManager userMgr)
|
|
SecurityValveImpl(Profiler profiler,
UserManager userMgr,
PortalStatistics statistics)
|
|
SecurityValveImpl(Profiler profiler,
UserManager userMgr,
PortalStatistics statistics,
PortalAuthenticationConfiguration authenticationConfiguration)
|
Uses of UserManager in org.apache.jetspeed.security.impl.ext |
---|
Constructors in org.apache.jetspeed.security.impl.ext with parameters of type UserManager | |
---|---|
JBossLoginModule(UserManager userManager)
Create a new JBoss login module that uses the given user manager. |
Uses of UserManager in org.apache.jetspeed.security.impl.ntlm |
---|
Constructors in org.apache.jetspeed.security.impl.ntlm with parameters of type UserManager | |
---|---|
NtlmSecurityValve(UserManager userMgr,
java.lang.String networkDomain,
boolean omitDomain,
boolean ntlmAuthRequired)
|
|
NtlmSecurityValve(UserManager userMgr,
java.lang.String networkDomain,
boolean omitDomain,
boolean ntlmAuthRequired,
PortalStatistics statistics)
|
|
NtlmSecurityValve(UserManager userMgr,
java.lang.String networkDomain,
boolean omitDomain,
boolean ntlmAuthRequired,
PortalStatistics statistics,
PortalAuthenticationConfiguration authenticationConfiguration)
|
Uses of UserManager in org.apache.jetspeed.security.util.test |
---|
Fields in org.apache.jetspeed.security.util.test declared as UserManager | |
---|---|
protected UserManager |
AbstractSecurityTestcase.ums
The user manager. |
Uses of UserManager in org.apache.jetspeed.userinfo.impl |
---|
Methods in org.apache.jetspeed.userinfo.impl with parameters of type UserManager | |
---|---|
void |
UserManagerUserAttributeSourceImpl.setUserManager(UserManager userManager)
|
Constructors in org.apache.jetspeed.userinfo.impl with parameters of type UserManager | |
---|---|
UserInfoManagerImpl(UserManager userMgr,
PortletRegistry registry)
Constructor providing access to the UserManager . |
|
UserInfoManagerImpl(UserManager userMgr,
PortletRegistry registry,
java.lang.String userInfoPropertySet)
Constructor providing access to the UserManager and specifying
which property set to use for user information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |