|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NamespaceCheckingMode>
eu.emi.security.authn.x509.NamespaceCheckingMode
public enum NamespaceCheckingMode
Used to define the CA namespace checking mode.
OpensslCertChainValidator
Enum Constant Summary | |
---|---|
EUGRIDPMA
An EuGridPMA namespaces definition is checked only. |
|
EUGRIDPMA_AND_GLOBUS
Both EuGridPMA namespaces definition and Globus EACL are enforced for the issuer. |
|
EUGRIDPMA_AND_GLOBUS_REQUIRE
Both EuGridPMA namespaces definition and Globus EACL are enforced for the issuer. |
|
EUGRIDPMA_GLOBUS
An EuGridPMA namespaces definition is checked first. |
|
EUGRIDPMA_GLOBUS_REQUIRE
An EuGridPMA namespaces definition is checked first. |
|
EUGRIDPMA_REQUIRE
An EuGridPMA namespaces definition is checked only. |
|
GLOBUS
A Globus EACL is checked only. |
|
GLOBUS_EUGRIDPMA
A Globus EACL is checked first. |
|
GLOBUS_EUGRIDPMA_REQUIRE
A Globus EACL is checked first. |
|
GLOBUS_REQUIRE
A Globus EACL is checked only. |
|
IGNORE
CA namespaces are fully ignored, even if present. |
Method Summary | |
---|---|
boolean |
euGridPmaEnabled()
|
boolean |
globusEnabled()
|
boolean |
isGlobusFirst()
|
boolean |
isRequired()
|
static NamespaceCheckingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NamespaceCheckingMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NamespaceCheckingMode GLOBUS_EUGRIDPMA
public static final NamespaceCheckingMode EUGRIDPMA_GLOBUS
public static final NamespaceCheckingMode GLOBUS
public static final NamespaceCheckingMode EUGRIDPMA
public static final NamespaceCheckingMode GLOBUS_EUGRIDPMA_REQUIRE
public static final NamespaceCheckingMode EUGRIDPMA_GLOBUS_REQUIRE
public static final NamespaceCheckingMode GLOBUS_REQUIRE
public static final NamespaceCheckingMode EUGRIDPMA_REQUIRE
public static final NamespaceCheckingMode EUGRIDPMA_AND_GLOBUS
public static final NamespaceCheckingMode EUGRIDPMA_AND_GLOBUS_REQUIRE
public static final NamespaceCheckingMode IGNORE
Method Detail |
---|
public static NamespaceCheckingMode[] values()
for (NamespaceCheckingMode c : NamespaceCheckingMode.values()) System.out.println(c);
public static NamespaceCheckingMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic boolean globusEnabled()
public boolean euGridPmaEnabled()
public boolean isRequired()
public boolean isGlobusFirst()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |