|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionControlRequest
Represents a request for access to a Cams authentication session.
| Method Summary | |
|---|---|
SessionId |
getSessionId()
Get the Session ID. |
void |
log(Logger logger)
Logs the data contained in this request to the specified logger. |
void |
setAction(SessionControlAction action)
Sets the action associated with this request. |
void |
setRemoteAddr(String address)
Sets the remote host's ip address. |
void |
setSessionId(SessionId sessionId)
Set the Session ID. |
| Method Detail |
|---|
void setSessionId(SessionId sessionId)
sessionId - the unique identifier for this sessionSessionId getSessionId()
void setRemoteAddr(String address)
address - the ip address of the host making this requestvoid setAction(SessionControlAction action)
action - the action associated with this requestvoid log(Logger logger)
logger - logs data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||