|
|||||||||||
| 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 |
setLastModificationTime(long time)
Set the last modification time of the Cams 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 |
getLastModificationTime, getLoginConfigEntryName, getLoginParameters, getMessage, 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 Server
configuration files.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||