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.
 void setSecurityDomainName(String name)
          Set the SecurityDomain name.
 
Methods inherited from interface com.cafesoft.cams.session.access.SessionAccessRequest
getSessionId, 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

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 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.