|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg>
org.opends.server.admin.std.meta.TrustManagerProviderCfgDefn
public final class TrustManagerProviderCfgDefn
An interface for querying the Trust Manager Provider managed object definition meta information.
Trust Manager Providers determine whether to trust presented certificates.
Method Summary | |
---|---|
TrustManagerProviderCfgClient |
createClientConfiguration(ManagedObject<? extends TrustManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed object. |
TrustManagerProviderCfg |
createServerConfiguration(ServerManagedObject<? extends TrustManagerProviderCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static TrustManagerProviderCfgDefn |
getInstance()
Get the Trust Manager Provider configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<TrustManagerProviderCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static TrustManagerProviderCfgDefn getInstance()
public TrustManagerProviderCfgClient createClientConfiguration(ManagedObject<? extends TrustManagerProviderCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg>
impl
- The managed object.
public TrustManagerProviderCfg createServerConfiguration(ServerManagedObject<? extends TrustManagerProviderCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg>
impl
- The server managed object.
public java.lang.Class<TrustManagerProviderCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicate whether the Trust Manager Provider is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the Trust Manager Provider implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |