|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy>
org.opends.server.admin.std.meta.LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy
public static enum LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy
Defines the set of permissable values for the "ssl-client-auth-policy" property.
Specifies the policy that the LDAP Connection Handler should use regarding client SSL certificates.
This is only applicable if clients are allowed to use SSL.
Enum Constant Summary | |
---|---|
DISABLED
Clients are not required to provide their own certificates when performing SSL negotiation. |
|
OPTIONAL
Clients are requested to provide their own certificates when performing SSL negotiation, but still accept the connection even if the client does not provide a certificate. |
|
REQUIRED
Clients are required to provide their own certificates when performing SSL negotiation and are refused access if the do not provide a certificate. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy DISABLED
public static final LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy OPTIONAL
public static final LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy REQUIRED
Method Detail |
---|
public static LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy[] values()
for (LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy c : LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy.values()) System.out.println(c);
public static LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |