public interface TurbineUserManager extends UserManager
ROLE
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 u)
Checks whether a passed user object matches the anonymous user pattern
according to the configured user manager
|
addUser, authenticate, changePassword, checkExists, checkExists, forcePassword, getACL, getAllUsers, getUser, getUser, getUserById, getUserInstance, getUserInstance, removeUser, saveUser
<T extends User> T getAnonymousUser() throws UnknownEntityException
UnknownEntityException
- if the anonymous User object couldn't be constructed.boolean isAnonymousUser(User u)
An
- user objectCopyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.