|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Extends the AccessControlRequest by adding methods that allow it to be mutable.
| Method Summary | |
String |
getLoginConfigEntry()
Returns name of the application making this request. |
String |
getRemoteAddr()
Returns the Internet Protocol (IP) address of the client that sent the request. |
String |
getRemoteHost()
Returns the fully qualified name of the client that sent the request. |
ResourceRequest |
getResourceRequest()
Get the ResourceRequest associated with this AccessControlRequest. |
String |
getSecurityDomainName()
Get the SecurityDomain name to which the AccessControlRequest is directed. |
ManagedSession |
getSession()
Get the Session. |
SessionId |
getSessionId()
Get the Session identifier for the specified SecurityDomain |
boolean |
isConfidential()
Check the Confidential status. |
void |
setProviderId(String providerId)
Set the Provider Id for this AccessControlRequest |
void |
setResourceRequest(ResourceRequest resReq)
Set the ResourceRequest associated with this AccessControlRequest. |
void |
setSecurityDomainName(String name)
Set the SecurityDomain name to which the AccessControlRequest applies. |
void |
setSession(ManagedSession session)
Set the Session. |
| Methods inherited from interface com.cafesoft.cams.access.AccessControlRequest |
addSessionId, log, setConfidential, setLoginConfigEntry, setRemoteAddr, setRemoteHost |
| Method Detail |
public String getSecurityDomainName()
public void setSecurityDomainName(String name)
name - the name of the SecurityDomain.public ResourceRequest getResourceRequest()
public void setResourceRequest(ResourceRequest resReq)
setResourceRequest in interface AccessControlRequestresReq - the ResourceRequest.public SessionId getSessionId()
public ManagedSession getSession()
public void setSession(ManagedSession session)
session - the Session associated with the AccessControlRequest.
If not set and the Session ID is not null (see: getSessionId()),
then the Session should be looked up and set within this
AccessControlRequest.public String getRemoteAddr()
public String getRemoteHost()
public boolean isConfidential()
public String getLoginConfigEntry()
public void setProviderId(String providerId)
providerId - the Provider Id
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||