org.globus.ogsa.impl.security.authentication
Interface Constants

All Superinterfaces:
Constants

public interface Constants
extends Constants

Defines internal security constants.


Field Summary
static String CONTEXT
          Used by handlers only for storing GSSContext-ContextId mapping
static String CONTEXT_LIFETIME
          Lifetime of the context
static String GSI_MECH_TYPE
           
static String INVOCATION_SUBJECT
          The invocation JAAS subject object.
static String MSG_SEC_TYPE
          Deprecated. Please use Constants.GSI_SEC_CONV instead.
static String PEER_SUBJECT
          The JAAS subject object of the caller/peer.
static String ROUTED
           
static String SECURE_NOTIFICATION_FACTORY
           
static String X509_SIGNATURE
          Deprecated. Please use Constants.GSI_XML_SIGNATURE instead.
 
Fields inherited from interface org.globus.ogsa.impl.security.Constants
AUTHORIZATION, ENCRYPTION, GRIM_POLICY_HANDLER, GSI_SEC_CONV, GSI_SEC_CONV_ANON, GSI_SEC_MSG, GSI_XML_SIGNATURE, NONE, SIGNATURE
 

Field Detail

GSI_MECH_TYPE

public static final String GSI_MECH_TYPE
See Also:
Constant Field Values

CONTEXT

public static final String CONTEXT
Used by handlers only for storing GSSContext-ContextId mapping

See Also:
Constant Field Values

CONTEXT_LIFETIME

public static final String CONTEXT_LIFETIME
Lifetime of the context

See Also:
Constant Field Values

MSG_SEC_TYPE

public static final String MSG_SEC_TYPE
Deprecated. Please use Constants.GSI_SEC_CONV instead.

See Also:
Constant Field Values

X509_SIGNATURE

public static final String X509_SIGNATURE
Deprecated. Please use Constants.GSI_XML_SIGNATURE instead.

See Also:
Constant Field Values

ROUTED

public static final String ROUTED
See Also:
Constant Field Values

SECURE_NOTIFICATION_FACTORY

public static final String SECURE_NOTIFICATION_FACTORY
See Also:
Constant Field Values

INVOCATION_SUBJECT

public static final String INVOCATION_SUBJECT
The invocation JAAS subject object. The appropriate invocation subject is set according to the run-as mode.

See Also:
Constant Field Values

PEER_SUBJECT

public static final String PEER_SUBJECT
The JAAS subject object of the caller/peer.

See Also:
Constant Field Values


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