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

All Superinterfaces:
Constants

public interface Constants
extends Constants

Defines internal security constants.


Field Summary
static java.lang.String CONTEXT
          Used by handlers only for storing GSSContext-ContextId mapping
static java.lang.String CONTEXT_LIFETIME
          Lifetime of the context
static java.lang.String GSI_MECH_TYPE
           
static java.lang.String INVOCATION_SUBJECT
          The invocation JAAS subject object.
static java.lang.String MSG_SEC_TYPE
          Deprecated. Please use Constants.GSI_SEC_CONV instead.
static java.lang.String PEER_SUBJECT
          The JAAS subject object of the caller/peer.
static java.lang.String ROUTED
           
static java.lang.String SECURE_NOTIFICATION_FACTORY
           
static java.lang.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 java.lang.String GSI_MECH_TYPE
See Also:
Constant Field Values

CONTEXT

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

See Also:
Constant Field Values

CONTEXT_LIFETIME

public static final java.lang.String CONTEXT_LIFETIME
Lifetime of the context

See Also:
Constant Field Values

MSG_SEC_TYPE

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

See Also:
Constant Field Values

X509_SIGNATURE

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

See Also:
Constant Field Values

ROUTED

public static final java.lang.String ROUTED
See Also:
Constant Field Values

SECURE_NOTIFICATION_FACTORY

public static final java.lang.String SECURE_NOTIFICATION_FACTORY
See Also:
Constant Field Values

INVOCATION_SUBJECT

public static final java.lang.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 java.lang.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.