com.cafesoft.cams.session.access
Interface InternalSessionAccessRequest

All Superinterfaces:
SessionAccessRequest

public interface InternalSessionAccessRequest
extends SessionAccessRequest

Represents a request for access to a Cams internal authentication session.

Since:
11/8/2002

Method Summary
 String getRemoteAddr()
          Returns the remote host's ip address.
 String getRemoteClientAddr()
          Returns the RemoteClient's ip address.
 String getSecurityDomainName()
          Get the SecurityDomain name.
 SessionId getSessionId()
          Get the Session ID.
 void setSecurityDomainName(String name)
          Set the SecurityDomain name.
 
Methods inherited from interface com.cafesoft.cams.session.access.SessionAccessRequest
log, setRemoteAddr, setSessionId
 

Method Detail

getSecurityDomainName

public String getSecurityDomainName()
Get the SecurityDomain name.

Returns:
the name of the SecurityDomain targeted for this request

setSecurityDomainName

public void setSecurityDomainName(String name)
Set the SecurityDomain name.

Parameters:
name - the name of the SecurityDomain targeted for this request

getSessionId

public SessionId getSessionId()
Get the Session ID.

Returns:
the Session ID associated with the SessionAccessRequest

getRemoteAddr

public String getRemoteAddr()
Returns the remote host's ip address.

Returns:
the ip address of the host making this request

getRemoteClientAddr

public String getRemoteClientAddr()
Returns the RemoteClient's ip address.

Returns:
the ip address of the RemoteClient making this request


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.