public abstract class GSSConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static Oid |
ACCEPT_NO_CLIENT_CERTS
Context option.
|
static Oid |
AUTHZ_REQUIRED_WITH_DELEGATION
Context option.
|
static Oid |
CHECK_CONTEXT_EXPIRATION
Context option.
|
static Oid |
DELEGATION_TYPE
Context option.
|
static Oid |
FORCE_SSLV3_AND_CONSTRAIN_CIPHERSUITES_FOR_GRAM
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 and Description |
|---|
GSSConstants() |
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.ProxyPolicyHandlerpublic static final Oid PROXY_POLICY_HANDLERS
Map type. It contains mappings of
proxy policy language oids and instances of
ProxyPolicyHandlerpublic static final Oid TRUSTED_CERTIFICATES
TrustedCertificatespublic static final Oid X509_CERT_CHAIN
public static final Oid RECEIVED_LIMITED_PROXY
public static final Oid AUTHZ_REQUIRED_WITH_DELEGATION
public static final Oid FORCE_SSLV3_AND_CONSTRAIN_CIPHERSUITES_FOR_GRAM
public static final int GSI_BIG
wrap or set by unwrap
methodsCopyright © 2016. All rights reserved.