com.cafesoft.cams.session.control
Interface InternalSessionControlRequest

All Superinterfaces:
SessionControlRequest

public interface InternalSessionControlRequest
extends SessionControlRequest

Represents a request for access to a Cams authentication session.

Since:
11/11/2002

Method Summary
 SessionControlAction getAction()
          Returns the action associated with this request.
 String getRemoteAddr()
          Returns the remote host's ip address.
 String getSecurityDomainName()
          Get the SecurityDomain name.
 String getSubjectName()
          Get the Subject name.
 
Methods inherited from interface com.cafesoft.cams.session.control.SessionControlRequest
getSessionId, log, setAction, setRemoteAddr, setSessionId
 

Method Detail

getSecurityDomainName

public String getSecurityDomainName()
Get the SecurityDomain name.

Returns:
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

getSubjectName

public String getSubjectName()
Get the Subject name.

Returns:
the Subject name associated with the SessionControlRequest

getAction

public SessionControlAction getAction()
Returns the action associated with this request.

Returns:
the action associated with this request.


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.