|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListSessions
This interface to be able to list all the active sessions in a SessionManager without having to store them all in memory.
| Method Summary | |
|---|---|
boolean |
foundSession(long userId,
String hostIp,
String authId)
This method is called when active authentication session was found. |
| Method Detail |
|---|
boolean foundSession(long userId,
String hostIp,
String authId)
This method is called when active authentication session was found.
userId - the unique ID of the userhostIp - the IP address of the host that initiated the sessionauthId - the unique identifier of this authentication session
true when the next active session should be
returned; or
false if the process should be interrupted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||