|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface UserInfoService
Interface defining a service that can be implemented to obtain user
information from a user repository. Implementations of this interface
will be used by the UserInfoFilter to obtain the
information of web application users.
| Method Summary | |
|---|---|
void |
destroy()
Discard the service. |
java.util.Map |
getUserInfo(java.lang.String userId)
Perform a lookup against the user repository using the provided user identifier and return the information as a Map instance. |
| Method Detail |
|---|
java.util.Map getUserInfo(java.lang.String userId)
userId - String containing the user identifier.
void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||