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

String getSecurityDomainName()
Get the SecurityDomain name.

Returns:
the name of the SecurityDomain targeted for this request

setSecurityDomainName

void setSecurityDomainName(String name)
Set the SecurityDomain name.

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

getRemoteAddr

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

Returns:
the ip address of the host making this request

getRemoteClientAddr

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

Returns:
the ip address of the RemoteClient making this request


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