|
|||||||||
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<CertificateMapperCfgClient,CertificateMapperCfg>
org.opends.server.admin.std.meta.CertificateMapperCfgDefn
public final class CertificateMapperCfgDefn
An interface for querying the Certificate Mapper managed object definition meta information.
Certificate Mappers are responsible for establishing a mapping between a client certificate and the entry for the user that corresponds to that certificate.
Method Summary | |
---|---|
CertificateMapperCfgClient |
createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed object. |
CertificateMapperCfg |
createServerConfiguration(ServerManagedObject<? extends CertificateMapperCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static CertificateMapperCfgDefn |
getInstance()
Get the Certificate Mapper configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<CertificateMapperCfg> |
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 CertificateMapperCfgDefn getInstance()
public CertificateMapperCfgClient createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<CertificateMapperCfgClient,CertificateMapperCfg>
impl
- The managed object.
public CertificateMapperCfg createServerConfiguration(ServerManagedObject<? extends CertificateMapperCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<CertificateMapperCfgClient,CertificateMapperCfg>
impl
- The server managed object.
public java.lang.Class<CertificateMapperCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<CertificateMapperCfgClient,CertificateMapperCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Certificate Mapper is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Certificate Mapper implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |