com.cafesoft.cams.session.access
Interface SessionAccessRequest

All Known Subinterfaces:
InternalSessionAccessRequest

public interface SessionAccessRequest

Represents a request for access to a Cams authentication session.

Since:
5/3/2002

Method Summary
 SessionId getSessionId()
          Get the Session ID.
 void log(Logger logger)
          Logs the data contained in this request to the specified logger.
 void setRemoteAddr(String address)
          Sets the remote host's ip address.
 void setSessionId(SessionId sessionId)
          Set the Session Id.
 

Method Detail

setSessionId

void setSessionId(SessionId sessionId)
Set the Session Id.

Parameters:
sessionId - the unique identifier for this session

setRemoteAddr

void setRemoteAddr(String address)
Sets the remote host's ip address.

Parameters:
address - the ip address of the host making this request

getSessionId

SessionId getSessionId()
Get the Session ID.

Returns:
the Session ID associated with the SessionAccessRequest

log

void log(Logger logger)
Logs the data contained in this request to the specified logger.

Parameters:
logger - logs data


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.