public abstract class GSSConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static org.ietf.jgss.Oid |
ACCEPT_NO_CLIENT_CERTS
Context option.
|
static org.ietf.jgss.Oid |
AUTHZ_REQUIRED_WITH_DELEGATION
Context option.
|
static org.ietf.jgss.Oid |
CHECK_CONTEXT_EXPIRATION
Context option.
|
static org.ietf.jgss.Oid |
DELEGATION_TYPE
Context option.
|
static org.ietf.jgss.Oid |
FORCE_SSLV3_AND_CONSTRAIN_CIPHERSUITES_FOR_GRAM
Context option.
|
static org.ietf.jgss.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 org.ietf.jgss.Oid |
GSS_MODE
Context option.
|
static org.ietf.jgss.Oid |
MECH_OID
Globus GSI GSS mechanism Oid
|
static org.ietf.jgss.Oid |
PROXY_POLICY_HANDLERS
Context option.
|
static org.ietf.jgss.Oid |
RECEIVED_LIMITED_PROXY
Used in inquireByOid method.
|
static org.ietf.jgss.Oid |
REJECT_LIMITED_PROXY
Context option.
|
static org.ietf.jgss.Oid |
REQUIRE_CLIENT_AUTH
Context option.
|
static org.ietf.jgss.Oid |
TRUSTED_CERTIFICATES
Context option.
|
static org.ietf.jgss.Oid |
X509_CERT_CHAIN
Used in inquireByOid function.
|
| Constructor and Description |
|---|
GSSConstants() |
public static final org.ietf.jgss.Oid MECH_OID
public static final org.ietf.jgss.Oid GSS_MODE
GSIConstants.MODE_GSI or
GSIConstants.MODE_SSL.
By default GSI mode is enabled.public static final org.ietf.jgss.Oid REJECT_LIMITED_PROXY
Boolean.TRUE or Boolean.FALSE.
By default limited proxies are accepted.public static final org.ietf.jgss.Oid DELEGATION_TYPE
GSIConstants.DELEGATION_TYPE_LIMITED or
GSIConstants.DELEGATION_TYPE_FULL
By default limited delegation is performed.public static final org.ietf.jgss.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 org.ietf.jgss.Oid REQUIRE_CLIENT_AUTH
Boolean.TRUE
or Boolean.FALSE. By default client authentication is
enabled.public static final org.ietf.jgss.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 org.ietf.jgss.Oid GRIM_POLICY_HANDLER
GSSConstants.PROXY_POLICY_HANDLERS option instead.ProxyPolicyHandlerpublic static final org.ietf.jgss.Oid PROXY_POLICY_HANDLERS
Map type. It contains mappings of
proxy policy language oids and instances of
ProxyPolicyHandlerpublic static final org.ietf.jgss.Oid TRUSTED_CERTIFICATES
TrustedCertificatespublic static final org.ietf.jgss.Oid X509_CERT_CHAIN
public static final org.ietf.jgss.Oid RECEIVED_LIMITED_PROXY
public static final org.ietf.jgss.Oid AUTHZ_REQUIRED_WITH_DELEGATION
public static final org.ietf.jgss.Oid FORCE_SSLV3_AND_CONSTRAIN_CIPHERSUITES_FOR_GRAM
public static final int GSI_BIG
wrap or set by unwrap
methodsCopyright © 2013. All Rights Reserved.