|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines public security constants.
Field Summary | |
static java.lang.String |
AUTHORIZATION
Authorization method. |
static java.lang.Integer |
ENCRYPTION
GSI Secure Conversation privacy message protection method. |
static java.lang.String |
GRIM_POLICY_HANDLER
GRIM proxy policy handler. |
static java.lang.String |
GSI_SEC_CONV
GSI Secure Conversation message protection method type that will be used or was used to protect the request. |
static java.lang.String |
GSI_SEC_CONV_ANON
GSI Secure Converation anonymous flag. |
static java.lang.String |
GSI_SEC_MSG
GSI Secure Message protection method type that will be used or was used to protect the request. |
static java.lang.String |
GSI_XML_SIGNATURE
Deprecated. Please use Constants.GSI_SEC_MSG instead. |
static java.lang.Integer |
NONE
GSI Secure Conversation none message protection method. |
static java.lang.Integer |
SIGNATURE
GSI Secure Conversation integrity message protection method. |
Field Detail |
public static final java.lang.String GSI_SEC_CONV
SIGNATURE
or
ENCRYPTION
or
NONE
.
public static final java.lang.String GSI_XML_SIGNATURE
Boolean.TRUE
or Boolean.FALSE
.
public static final java.lang.String GSI_SEC_MSG
SIGNATURE
or
ENCRYPTION
or
NONE
.
public static final java.lang.String GSI_SEC_CONV_ANON
Boolean.TRUE
, then anonymous authentication is used,
or else client credentials are required.
public static final java.lang.Integer SIGNATURE
public static final java.lang.Integer ENCRYPTION
public static final java.lang.Integer NONE
public static final java.lang.String GRIM_POLICY_HANDLER
public static final java.lang.String AUTHORIZATION
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |