public final class KeyManagerProviderCfgDefn extends ManagedObjectDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg>
Key Manager Providers are responsible for managing the key material that is used to authenticate an SSL connection to its peer.
Modifier and Type | Method and Description |
---|---|
KeyManagerProviderCfgClient |
createClientConfiguration(ManagedObject<? extends KeyManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
KeyManagerProviderCfg |
createServerConfiguration(ServerManagedObject<? extends KeyManagerProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static KeyManagerProviderCfgDefn |
getInstance()
Get the Key Manager Provider configuration definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<KeyManagerProviderCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static KeyManagerProviderCfgDefn getInstance()
public KeyManagerProviderCfgClient createClientConfiguration(ManagedObject<? extends KeyManagerProviderCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg>
impl
- The managed object.public KeyManagerProviderCfg createServerConfiguration(ServerManagedObject<? extends KeyManagerProviderCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg>
impl
- The server managed object.public Class<KeyManagerProviderCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Key Manager Provider is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the Key Manager Provider implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.