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, saveUser
addUser, authenticate, changePassword, checkExists, forcePassword, getACL, getACLFactory, getUser, getUser, getUserById, getUserInstance, getUserInstance
configure, getClassName, setClassName
dispose, getGroupManager, getPermissionManager, getRoleManager, getServiceManager, getUserManager, release, resolve, service
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addUser, authenticate, changePassword, checkExists, checkExists, forcePassword, getACL, getAllUsers, getUser, getUser, getUserById, getUserInstance, getUserInstance, removeUser, saveUser
public <T extends User> T getAnonymousUser() throws UnknownEntityException
getAnonymousUser
in interface TurbineUserManager
UnknownEntityException
- if the implementation of User interface could not be
determined, or does not exist.public boolean isAnonymousUser(User user)
isAnonymousUser
in interface TurbineUserManager
user
- An user objectCopyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.