|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines common constants used by GSI.
Field Summary | |
static int |
CA
Indicates Certificate Authority certificate |
static char |
DELEGATION_CHAR
The character sent on the wire to request delegation |
static int |
DELEGATION_FULL
Indicates full delegation. |
static int |
DELEGATION_LIMITED
Indicates limited delegation. |
static int |
DELEGATION_NONE
Indicates no delegation |
static Integer |
DELEGATION_TYPE_FULL
Indicates full delegation. |
static Integer |
DELEGATION_TYPE_LIMITED
Indicates limited delegation. |
static int |
EEC
Indicates End-Entity Certificate, e.g. |
static Integer |
ENCRYPTION
privacy message protection method. |
static String[] |
GLOBUS_CIPHER
Null ciphersuite supported in older Globus servers |
static int |
GSI_2_LIMITED_PROXY
Indicates legacy limited Globus proxy |
static int |
GSI_2_PROXY
Indicates legacy full Globus proxy |
static int |
GSI_3_IMPERSONATION_PROXY
Indicates proxy draft compliant impersonation proxy. |
static int |
GSI_3_INDEPENDENT_PROXY
Indicates proxy draft compliant independent proxy. |
static int |
GSI_3_LIMITED_PROXY
Indicates proxy draft compliant limited impersonation proxy. |
static int |
GSI_3_RESTRICTED_PROXY
Indicates proxy draft compliant restricted proxy. |
static int |
GSI_4_IMPERSONATION_PROXY
Indicates RFC 3820 compliant impersonation proxy. |
static int |
GSI_4_INDEPENDENT_PROXY
Indicates RFC 3820 compliant independent proxy. |
static int |
GSI_4_LIMITED_PROXY
Indicates RFC 3820 compliant limited impersonation proxy. |
static int |
GSI_4_RESTRICTED_PROXY
Indicates RFC 3820 compliant restricted proxy. |
static String |
GSI_TRANSPORT
GSI Transport protection method type that will be used or was used to protect the request. |
static Integer |
MODE_GSI
Indicates GSI mode (allows for delegation during authentication). |
static Integer |
MODE_SSL
Indicates SSL compatibility mode (does not allow for delegation during authentication). |
static Integer |
NONE
none message protection method. |
static Integer |
SIGNATURE
integrity message protection method. |
static 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 |
public static final char DELEGATION_CHAR
public static final String[] GLOBUS_CIPHER
public static final int DELEGATION_NONE
public static final int DELEGATION_LIMITED
public static final int DELEGATION_FULL
public static final Integer MODE_GSI
public static final Integer MODE_SSL
public static final Integer DELEGATION_TYPE_FULL
public static final Integer DELEGATION_TYPE_LIMITED
public static final int EEC
public static final int CA
public static final int GSI_2_PROXY
public static final int GSI_2_LIMITED_PROXY
public static final int GSI_3_RESTRICTED_PROXY
public static final int GSI_3_INDEPENDENT_PROXY
ProxyPolicy.INDEPENDENT
policy language OID.
public static final int GSI_3_IMPERSONATION_PROXY
ProxyPolicy.IMPERSONATION
policy language OID.
public static final int GSI_3_LIMITED_PROXY
ProxyPolicy.LIMITED
policy language OID.
public static final int GSI_4_RESTRICTED_PROXY
public static final int GSI_4_INDEPENDENT_PROXY
ProxyPolicy.INDEPENDENT
policy language OID.
public static final int GSI_4_IMPERSONATION_PROXY
ProxyPolicy.IMPERSONATION
policy language OID.
public static final int GSI_4_LIMITED_PROXY
ProxyPolicy.LIMITED
policy language OID.
public static final String GSI_TRANSPORT
SIGNATURE
or
ENCRYPTION
or
NONE
.
public static final Integer SIGNATURE
public static final Integer ENCRYPTION
public static final Integer NONE
public static final String TRUSTED_CERTIFICATES
TrustedCertificates
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |