|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.access.AccessControlCheck
Encapsulates key AccessControlService request and response parameters. Implementations might be used to cache metadata about past access control request/response pairs.
AccessControlCheckException,
AccessControlRequest,
AccessControlResponse,
ResourceRequest| Method Summary | |
static AccessControlCheck |
create(ResourceRequest resourceRequest,
AccessControlResponse response)
A factory method used to create an AccessControlCheck from an AccessControlRequest and an AccessControlResponse. |
String |
getMessage()
Get the AccessControlResponse message. |
int |
getReason()
Get the AccessControlResponse reason code. |
ResourceRequest |
getResourceRequest()
Get the ResourceRequest associated with the AccessControlCheck. |
String |
getSecurityDomainName()
Get the AccessControlResponse security domain name. |
int |
getStatus()
Get the AccessControlResponse status code. |
void |
recycle()
Recycle the resources of this object |
String |
toString()
Get a String representation of the AccessControlCheck |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static AccessControlCheck create(ResourceRequest resourceRequest,
AccessControlResponse response)
throws AccessControlCheckException
resourceRequest - the ResourceRequest associated with the check.response - the AccessControlResponse associated with the check.
AccessControlCheckException - if an error creating the
AccessControlCheck from the input parameters.public ResourceRequest getResourceRequest()
public int getStatus()
public int getReason()
public String getMessage()
public String getSecurityDomainName()
public void recycle()
Recyclable
recycle in interface Recyclablepublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||