public class MemoryTurbineUserManagerImpl extends MemoryUserManagerImpl implements TurbineUserManager
ROLE| Constructor and Description |
|---|
MemoryTurbineUserManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T extends User> |
getAnonymousUser()
Constructs an User object to represent an anonymous user of the
application.
|
boolean |
isAnonymousUser(User user)
Checks whether a passed user object matches the anonymous user pattern
according to the configured user manager
|
checkExists, getAllUsers, persistNewUser, removeUser, saveUseraddUser, authenticate, changePassword, checkExists, forcePassword, getACL, getACLFactory, getUser, getUser, getUserById, getUserInstance, getUserInstanceconfigure, getClassName, setClassNamedispose, getGroupManager, getPermissionManager, getRoleManager, getServiceManager, getUserManager, release, resolve, serviceenableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddUser, authenticate, changePassword, checkExists, checkExists, forcePassword, getACL, getAllUsers, getUser, getUser, getUserById, getUserInstance, getUserInstance, removeUser, saveUserpublic <T extends User> T getAnonymousUser() throws UnknownEntityException
getAnonymousUser in interface TurbineUserManagerUnknownEntityException - if the implementation of User interface could not be
determined, or does not exist.public boolean isAnonymousUser(User user)
isAnonymousUser in interface TurbineUserManageruser - An user objectCopyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.