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

String getSecurityDomainName()
Get the SecurityDomain name.

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

getSubjectName

String getSubjectName()
Get the Subject name.

Returns:
the Subject name associated with the SessionControlRequest

getAction

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

Returns:
the action associated with this request.


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