|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public static final int SC_PENDING
public static final int SC_SUCCESS
public static final int SC_FAILED
public static final int RC_NOT_APPLICABLE
public static final int RC_GENERAL_SERVER_ERROR
public static final int RC_UNKNOWN_SECURITY_DOMAIN
public static final int RC_INVALID_SESSION_ID
public static final int RC_POISONED_SESSION
public static final int RC_SESSION_DOES_NOT_EXIST
| Method Detail |
public int getStatus()
public int getReason()
public String getMessage()
public void log(Logger logger)
logger - logs data
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||