|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface to an Access Control Request for a Cafesoft SecurityDomain's Access Control Engine.
| Method Summary | |
void |
addSessionId(SessionId sessionId)
Add a session id to the AccessRequest |
void |
log(Logger logger)
Logs the data contained in this request to the specified logger. |
void |
setConfidential(boolean confidential)
Set the Confidential status. |
void |
setLoginConfigEntry(String loginConfigEntry)
Sets name of the application making this request. |
void |
setRemoteAddr(String address)
Set the Internet Protocol (IP) address of the client that sent the request. |
void |
setRemoteHost(String host)
Set the fully qualified name of the client that sent the request. |
void |
setResourceRequest(ResourceRequest resReq)
Set the ResourceRequest associated with this AccessControlRequest. |
| Method Detail |
public void setResourceRequest(ResourceRequest resReq)
resReq - the ResourceRequest.public void addSessionId(SessionId sessionId)
sessionId - the SessionId object associated with the
AccessControlRequestpublic void setRemoteAddr(String address)
address - the new IP addresspublic void setRemoteHost(String host)
host - the host name as a Stringpublic void setConfidential(boolean confidential)
confidential - if true, the resource is being requested
via a confidential network connection. If false, the resource
is not being requested via a confidential (secure) connection.public void setLoginConfigEntry(String loginConfigEntry)
loginConfigEntry - the application name of the agent making this
requestpublic void log(Logger logger)
logger - logs data
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||