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.
 SessionId getSessionId()
          Get the Session ID.
 String getSubjectName()
          Get the Subject name.
 
Methods inherited from interface com.cafesoft.cams.session.control.SessionControlRequest
log, setAction, setRemoteAddr, setSessionId
 

Method Detail

getSecurityDomainName

public String getSecurityDomainName()
Get the SecurityDomain name.

Returns:
the name of the SecurityDomain targeted for this request

getSessionId

public SessionId getSessionId()
Get the Session ID.

Returns:
the Session ID associated with the SessionControlRequest

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 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.