|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionControlResponse
Defines the response to an a SessionControlRequest, which request
information about a Cams authentication Session.
SessionControlRequest| Field Summary | |
|---|---|
static int |
RC_GENERAL_SERVER_ERROR
Reason Code: General Server Error, probably due to a misconfiguration. |
static int |
RC_INVALID_SESSION_ID
Reason Code: An invalid session identifier was specified. |
static int |
RC_NOT_APPLICABLE
Reason Code: Not Applicable (because control is granted) |
static int |
RC_POISONED_SESSION
Reason Code: The session has been poisoned. |
static int |
RC_SESSION_DOES_NOT_EXIST
Reason Code: The Session Id does not exist in the SecurityDomain's SessionManagerService |
static int |
RC_UNKNOWN_SECURITY_DOMAIN
Reason Code: An unknown security domain was referenced. |
static int |
SC_FAILED
Status Code indicating that control is denied. |
static int |
SC_PENDING
Status Code indicating that control check is in progress. |
static int |
SC_SUCCESS
Status Code indicating that control is granted. |
| Method Summary | |
|---|---|
String |
getMessage()
Get the message. |
int |
getReason()
Get the Reason code. |
int |
getStatus()
Get the status code. |
void |
log(Logger logger)
Logs the data contained in this response to the specified logger. |
| Field Detail |
|---|
static final int SC_PENDING
static final int SC_SUCCESS
static final int SC_FAILED
static final int RC_NOT_APPLICABLE
static final int RC_GENERAL_SERVER_ERROR
static final int RC_UNKNOWN_SECURITY_DOMAIN
static final int RC_INVALID_SESSION_ID
static final int RC_POISONED_SESSION
static final int RC_SESSION_DOES_NOT_EXIST
| Method Detail |
|---|
int getStatus()
int getReason()
String getMessage()
void log(Logger logger)
logger - logs data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||