|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentifiableUsersManager
This interface defines the methods that are needed for the Identified
element to be able to setup a RoleUserIdentity instance for each authenticated user for whom the
Identified element is executed.
Identified,
RoleUserIdentity| Method Summary | |
|---|---|
RoleUserAttributes |
getAttributes(String login)
Retrieves the attributes of a particular user according to its unique login. |
String |
getLogin(long userId)
Retrieves the login of a particular user according to its unique ID. |
| Method Detail |
|---|
RoleUserAttributes getAttributes(String login)
throws CredentialsManagerException
login - the login of the user whose attributes need to be retrieved
null if the user couldn't be found
CredentialsManagerException - when a unexpected error occurred during the retrieval of the user attributes
String getLogin(long userId)
throws CredentialsManagerException
userId - the ID of the user whose login will be retrieved
null if the user couldn't be found
CredentialsManagerException - when a unexpected error occurred during the retrieval of the user login
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||