|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserManager
| Method Summary | |
|---|---|
java.util.List |
getAuthRecords(User user,
int startIndex,
int maxResults)
Retrieves a subset of the authentication history for a given user, in reverse chronological order. |
int |
getTotalAuthRecords(User user)
Retrieves the total number of authentication records for a given user. |
User |
getUser(SOAPPrincipal principal,
java.util.Locale locale)
Retrieves or creates a User from the database matching the name of the supplied SOAPPrincipal. |
boolean |
isAdministrator(java.lang.String username)
|
| Method Detail |
|---|
User getUser(SOAPPrincipal principal,
java.util.Locale locale)
throws UserManagerException
principal - the SOAP principal corresponding to the user.locale - the Locale of the user (to get country/language information) if default profile needs to get created.
UserManagerException - error creating a default profile for a new user.
java.util.List getAuthRecords(User user,
int startIndex,
int maxResults)
user - owner of authentication records.startIndex - start index.maxResults - maximum number of results.
int getTotalAuthRecords(User user)
user - owner of the authentication records.
boolean isAdministrator(java.lang.String username)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||