|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.gsi.gssapi.GSSConstants
Defines common GSI-GSS constants.
Field Summary | |
static Oid |
ACCEPT_NO_CLIENT_CERTS
Context option. |
static Oid |
CHECK_CONTEXT_EXPIRATION
Context option. |
static Oid |
DELEGATION_TYPE
Context option. |
static Oid |
GRIM_POLICY_HANDLER
Deprecated. Please use GSSConstants.PROXY_POLICY_HANDLERS option instead. |
static int |
GSI_BIG
Quality-of-Protection (QOP) value, indicates large block size support. |
static Oid |
GSS_MODE
Context option. |
static Oid |
MECH_OID
Globus GSI GSS mechanism Oid |
static Oid |
PROXY_POLICY_HANDLERS
Context option. |
static Oid |
RECEIVED_LIMITED_PROXY
Used in inquireByOid method. |
static Oid |
REJECT_LIMITED_PROXY
Context option. |
static Oid |
REQUIRE_CLIENT_AUTH
Context option. |
static Oid |
TRUSTED_CERTIFICATES
Context option. |
static Oid |
X509_CERT_CHAIN
Used in inquireByOid function. |
Constructor Summary | |
GSSConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Oid MECH_OID
public static final Oid GSS_MODE
GSIConstants.MODE_GSI
or
GSIConstants.MODE_SSL
.
By default GSI mode is enabled.
public static final Oid REJECT_LIMITED_PROXY
Boolean.TRUE
or Boolean.FALSE
.
By default limited proxies are accepted.
public static final Oid DELEGATION_TYPE
GSIConstants.DELEGATION_TYPE_LIMITED
or
GSIConstants.DELEGATION_TYPE_FULL
By default limited delegation is performed.
public static final Oid CHECK_CONTEXT_EXPIRATION
wrap, unwrap, verifyMIC, getMIC
.
In can be set to either Boolean.TRUE
or
Boolean.FALSE
. By default context expiration checking
is disabled.
public static final Oid REQUIRE_CLIENT_AUTH
Boolean.TRUE
or Boolean.FALSE
. By default client authentication is
enabled.
public static final Oid ACCEPT_NO_CLIENT_CERTS
Boolean.TRUE
or
Boolean.FALSE
. If set to Boolean.TRUE
a context will be successfully established even though client
send no certificates and client authentication was required.
If set to Boolean.FALSE
, the context establishment will fail
if client does not send its certificates and client authentication
was requested.
public static final Oid GRIM_POLICY_HANDLER
GSSConstants.PROXY_POLICY_HANDLERS
option instead.
ProxyPolicyHandler
public static final Oid PROXY_POLICY_HANDLERS
Map
type. It contains mappings of
proxy policy language oids and instances of
ProxyPolicyHandler
public static final Oid TRUSTED_CERTIFICATES
TrustedCertificates
public static final Oid X509_CERT_CHAIN
public static final Oid RECEIVED_LIMITED_PROXY
public static final int GSI_BIG
wrap
or set by unwrap
methods
Constructor Detail |
public GSSConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |