
public interface UserManager extends Manager<User,UserException>, Searchable<User>, ListenerSupport<UserListener>
User objects.
This class is a singleton and is available via injection.| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String username)
Returns true if a user with the specified username exists.
|
String |
getDefaultType()
Returns the default type for users.
|
create, delete, modifygetLastModifiedsearchaddListener, addListeners, removeListenerboolean contains(String username)
username - username of the userString getDefaultType()
Copyright © 2013. All Rights Reserved.