Package | Description |
---|---|
org.apache.turbine.services.security |
The security service can be used to authenticate users based on database information.
|
org.apache.turbine.services.security.passive |
Dummy Service to be used if no security is required.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserManager
Default user manager.
|
Modifier and Type | Method and Description |
---|---|
static UserManager |
TurbineSecurity.getUserManager()
Returns the configured UserManager.
|
UserManager |
SecurityService.getUserManager()
Returns the configured UserManager.
|
UserManager |
DefaultSecurityService.getUserManager()
Returns the configured UserManager.
|
Modifier and Type | Class and Description |
---|---|
class |
PassiveUserManager
Void user manager can be used where no data storage is needed
by the application.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.