|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Internal representation of the AccessControlResponse object.
| Field Summary |
| Method Summary | |
void |
finalizeObligations(ObligationListFinalizer[] obListFinalizer)
Finalize the response's Obligations. |
void |
setLastModificationTime(long time)
Set the last modification time of the Cams Policy Server configuration files. |
void |
setLoginConfigEntryName(String loginConfigEntryName)
Set the LoginConfigEntry name |
void |
setLoginParameters(Map loginParameters)
Set the login parameters map |
void |
setMessage(String message)
Set the message. |
void |
setReason(int reason)
Set the reason code. |
void |
setSecurityDomainName(String securityDomainName)
Set the SecurityDomain name |
void |
setSessionId(SessionId sessionId)
Sets the session id that matched the corresponding access control request |
void |
setStatus(int status)
Set the status code. |
| Methods inherited from interface com.cafesoft.cams.access.AccessControlResponse |
addMissingAttribute, addObligation, getLastModificationTime, getLoginConfigEntryName, getLoginParameters, getMessage, getMissingAttributeCategories, getMissingAttributes, getMissingAttributesByCategory, getObligationCount, getObligations, getReason, getSecurityDomainName, getSessionId, getStatus, log |
| Method Detail |
public void setStatus(int status)
status - the status code.public void setReason(int reason)
reason - a code indicating why access is denied.public void setMessage(String message)
message - a message, usually used to convey error information
if access is denied.public void setSecurityDomainName(String securityDomainName)
securityDomainName - the new SecurityDomain namepublic void setLoginConfigEntryName(String loginConfigEntryName)
loginConfigEntryName - the new LoginConfigEntry namepublic void setLoginParameters(Map loginParameters)
loginParameters - the new Map of login parameterspublic void setSessionId(SessionId sessionId)
sessionId - the session id that matched the corresponding access
control requestpublic void setLastModificationTime(long time)
time - the last modification time of the Cams Policy Server
configuration files.public void finalizeObligations(ObligationListFinalizer[] obListFinalizer)
obListFinalizer - an array of ObligationListFinalizer instances.
Each ObligationListFinalizer is invoked (in order) on the resulting
List of Obligation instances. If null or zero-length, then
ObligationListFinalizers are not invoked.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||