|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalAccessControlResponse
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 |
|---|
void setStatus(int status)
status - the status code.void setReason(int reason)
reason - a code indicating why access is denied.void setMessage(String message)
message - a message, usually used to convey error information
if access is denied.void setSecurityDomainName(String securityDomainName)
securityDomainName - the new SecurityDomain namevoid setLoginConfigEntryName(String loginConfigEntryName)
loginConfigEntryName - the new LoginConfigEntry namevoid setLoginParameters(Map loginParameters)
loginParameters - the new Map of login parametersvoid setSessionId(SessionId sessionId)
sessionId - the session id that matched the corresponding access
control requestvoid setLastModificationTime(long time)
time - the last modification time of the Cams Policy Server
configuration files.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 | |||||||||