org.globus.ogsa.impl.security
Interface Constants

All Known Subinterfaces:
Constants

public interface Constants

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

GSI_SEC_CONV

public static final java.lang.String GSI_SEC_CONV
GSI Secure Conversation message protection method type that will be used or was used to protect the request. Can be set to: SIGNATURE or ENCRYPTION or NONE.

See Also:
Constant Field Values

GSI_XML_SIGNATURE

public static final java.lang.String GSI_XML_SIGNATURE
Deprecated. Please use Constants.GSI_SEC_MSG instead.

GSI XML Signature message protection method that will be used or was used to protect the request. It can be set to either Boolean.TRUE or Boolean.FALSE.

See Also:
Constant Field Values

GSI_SEC_MSG

public static final java.lang.String GSI_SEC_MSG
GSI Secure Message protection method type that will be used or was used to protect the request. Can be set to: SIGNATURE or ENCRYPTION or NONE.

See Also:
Constant Field Values

GSI_SEC_CONV_ANON

public static final java.lang.String GSI_SEC_CONV_ANON
GSI Secure Converation anonymous flag. If set to Boolean.TRUE, then anonymous authentication is used, or else client credentials are required.

See Also:
Constant Field Values

SIGNATURE

public static final java.lang.Integer SIGNATURE
GSI Secure Conversation integrity message protection method.


ENCRYPTION

public static final java.lang.Integer ENCRYPTION
GSI Secure Conversation privacy message protection method.


NONE

public static final java.lang.Integer NONE
GSI Secure Conversation none message protection method.


GRIM_POLICY_HANDLER

public static final java.lang.String GRIM_POLICY_HANDLER
GRIM proxy policy handler.

See Also:
Constant Field Values

AUTHORIZATION

public static final java.lang.String AUTHORIZATION
Authorization method.

See Also:
Constant Field Values


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.