|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GSIConstants
Defines common constants used by GSI.
Nested Class Summary | |
---|---|
static class |
GSIConstants.CertificateType
Enumeration of Certificate types used by the Globus security provider. |
static class |
GSIConstants.DelegationType
Enumeration of Certificate types used by the Globus security provider. |
Field Summary | |
---|---|
static java.lang.String |
AUTHZ_REQUIRED_WITH_DELEGATION
It is set to a Boolean value and if false, client authorization requirement with delegation is disabled. |
static int |
CA
Deprecated. Use CertificateType.CA instead |
static char |
DELEGATION_CHAR
The character sent on the wire to request delegation |
static int |
DELEGATION_FULL
Deprecated. Use DelegationType.FULL instead |
static int |
DELEGATION_LIMITED
Deprecated. Use DelegationType.LIMITED instead |
static int |
DELEGATION_NONE
Deprecated. Use DelegationType.NONE instead |
static java.lang.Integer |
DELEGATION_TYPE_FULL
Indicates full delegation. |
static java.lang.Integer |
DELEGATION_TYPE_LIMITED
Indicates limited delegation. |
static int |
EEC
Deprecated. Use CertificateType.EEC instead |
static java.lang.Integer |
ENCRYPTION
privacy message protection method. |
static java.lang.String[] |
GLOBUS_CIPHER
Null ciphersuite supported in older Globus servers |
static int |
GSI_2_LIMITED_PROXY
Deprecated. Use CertificateType.GSI_2_LIMITED_PROXY instead |
static int |
GSI_2_PROXY
Deprecated. Use CertificateType.GSI_2_PROXY instead |
static int |
GSI_3_IMPERSONATION_PROXY
Deprecated. Use CertificateType.GSI_3_IMPERSONATION_PROXY instead |
static int |
GSI_3_INDEPENDENT_PROXY
Deprecated. Use CertificateType.GSI_3_INDEPENDENT_PROXY instead |
static int |
GSI_3_LIMITED_PROXY
Deprecated. Use CertificateType.GSI_3_RESTRICTED_PROXY instead |
static int |
GSI_3_RESTRICTED_PROXY
Deprecated. Use CertificateType.GSI_3_RESTRICTED_PROXY instead |
static int |
GSI_4_IMPERSONATION_PROXY
Deprecated. Use CertificateType.GSI_4_IMPERSONATION_PROXY instead |
static int |
GSI_4_INDEPENDENT_PROXY
Deprecated. Use CertificateType.GSI_4_INDEPENDENT_PROXY instead |
static int |
GSI_4_LIMITED_PROXY
Deprecated. Use CertificateType.GSI_4_LIMITED_PROXY instead |
static int |
GSI_4_RESTRICTED_PROXY
Deprecated. Use CertificateType.GSI_4_RESTRICTED_PROXY instead |
static java.lang.String |
GSI_TRANSPORT
GSI Transport protection method type that will be used or was used to protect the request. |
static java.lang.Integer |
MODE_GSI
Indicates GSI mode (allows for delegation during authentication). |
static java.lang.Integer |
MODE_SSL
Indicates SSL compatibility mode (does not allow for delegation during authentication). |
static java.lang.Integer |
NONE
none message protection method. |
static java.lang.Integer |
SIGNATURE
integrity message protection method. |
static java.lang.String |
TRUSTED_CERTIFICATES
It is used to set a list of trusted certificates to use during authentication (by default, the trusted certificates are loaded from a standard location) The value is an instance of TrustedCertificates |
Field Detail |
---|
static final char DELEGATION_CHAR
static final java.lang.String[] GLOBUS_CIPHER
static final int DELEGATION_NONE
static final int DELEGATION_LIMITED
static final int DELEGATION_FULL
static final java.lang.Integer MODE_GSI
static final java.lang.Integer MODE_SSL
static final java.lang.Integer DELEGATION_TYPE_FULL
static final java.lang.Integer DELEGATION_TYPE_LIMITED
static final int EEC
static final int CA
static final int GSI_2_PROXY
static final int GSI_2_LIMITED_PROXY
static final int GSI_3_RESTRICTED_PROXY
static final int GSI_3_INDEPENDENT_PROXY
ProxyPolicy.INDEPENDENT
policy language OID.
static final int GSI_3_IMPERSONATION_PROXY
ProxyPolicy.IMPERSONATION
policy language OID.
static final int GSI_3_LIMITED_PROXY
ProxyPolicy.LIMITED
policy language OID.
static final int GSI_4_RESTRICTED_PROXY
static final int GSI_4_INDEPENDENT_PROXY
ProxyPolicy.INDEPENDENT
policy language OID.
static final int GSI_4_IMPERSONATION_PROXY
ProxyPolicy.IMPERSONATION
policy language OID.
static final int GSI_4_LIMITED_PROXY
ProxyPolicy.LIMITED
policy language OID.
static final java.lang.String GSI_TRANSPORT
SIGNATURE
or
ENCRYPTION
or
NONE
.
static final java.lang.Integer SIGNATURE
static final java.lang.Integer ENCRYPTION
static final java.lang.Integer NONE
static final java.lang.String TRUSTED_CERTIFICATES
TrustedCertificates
static final java.lang.String AUTHZ_REQUIRED_WITH_DELEGATION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |