|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntrospectiveUserManager
This UserManager subinterface adds the ability to query what optional capabilities are supported in this UserManager implementation. It is added as a subinterface to preserve backward compatibility with older UserManager implementations. User interfaces may query an IntrospectiveUserManager before deciding whether or not to present those capabilities in the interface.
Method Summary | |
---|---|
boolean |
isCreateUserSupported()
Indicates whether user creation (createUser(String username, String password, String email)) is supported. |
boolean |
isDeleteUserSupported()
Indicates whether user deletion (deleteUser(User user)) is supported. |
boolean |
isGetUserCountSupported()
Indicates whether getting a count of all users (getUserCount()) is supported. |
boolean |
isGetUserFromEmailAddressSupported()
Indicates whether retrieving a user for an email address (getUserFromEmailAddress(String emailAddr)) is supported. |
boolean |
isReadOnly()
|
boolean |
isUserListSupported()
Indicates whether getting an Iterator of all users (users()) is supported. |
Methods inherited from interface com.jivesoftware.base.UserManager |
---|
createUser, createUser, deleteUser, getUser, getUser, getUserCount, getUserID, users, users |
Method Detail |
---|
boolean isCreateUserSupported()
boolean isDeleteUserSupported()
boolean isGetUserCountSupported()
boolean isUserListSupported()
boolean isGetUserFromEmailAddressSupported()
boolean isReadOnly()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |