public final class Pkcs11TrustManagerProviderCfgDefn extends ManagedObjectDefinition<Pkcs11TrustManagerProviderCfgClient,Pkcs11TrustManagerProviderCfg>
The PKCS#11 Trust Manager Provider enables the server to manage trust information through the PKCS11 interface
Modifier and Type | Method and Description |
---|---|
Pkcs11TrustManagerProviderCfgClient |
createClientConfiguration(ManagedObject<? extends Pkcs11TrustManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed object.
|
Pkcs11TrustManagerProviderCfg |
createServerConfiguration(ServerManagedObject<? extends Pkcs11TrustManagerProviderCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static Pkcs11TrustManagerProviderCfgDefn |
getInstance()
Get the PKCS#11 Trust Manager Provider configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<Pkcs11TrustManagerProviderCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
StringPropertyDefinition |
getTrustStorePinEnvironmentVariablePropertyDefinition()
Get the "trust-store-pin-environment-variable" property definition.
|
StringPropertyDefinition |
getTrustStorePinFilePropertyDefinition()
Get the "trust-store-pin-file" property definition.
|
StringPropertyDefinition |
getTrustStorePinPropertyDefinition()
Get the "trust-store-pin" property definition.
|
StringPropertyDefinition |
getTrustStorePinPropertyPropertyDefinition()
Get the "trust-store-pin-property" property 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 Pkcs11TrustManagerProviderCfgDefn getInstance()
public Pkcs11TrustManagerProviderCfgClient createClientConfiguration(ManagedObject<? extends Pkcs11TrustManagerProviderCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<Pkcs11TrustManagerProviderCfgClient,Pkcs11TrustManagerProviderCfg>
impl
- The managed object.public Pkcs11TrustManagerProviderCfg createServerConfiguration(ServerManagedObject<? extends Pkcs11TrustManagerProviderCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<Pkcs11TrustManagerProviderCfgClient,Pkcs11TrustManagerProviderCfg>
impl
- The server managed object.public Class<Pkcs11TrustManagerProviderCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<Pkcs11TrustManagerProviderCfgClient,Pkcs11TrustManagerProviderCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicate whether the PKCS#11 Trust Manager Provider is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the PKCS#11 Trust Manager Provider implementation.
public StringPropertyDefinition getTrustStorePinPropertyDefinition()
Specifies the clear-text PIN needed to access the PKCS#11 Trust Manager Provider .
public StringPropertyDefinition getTrustStorePinEnvironmentVariablePropertyDefinition()
Specifies the name of the environment variable that contains the clear-text PIN needed to access the PKCS#11 Trust Manager Provider .
public StringPropertyDefinition getTrustStorePinFilePropertyDefinition()
Specifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the PKCS#11 Trust Manager Provider .
public StringPropertyDefinition getTrustStorePinPropertyPropertyDefinition()
Specifies the name of the Java property that contains the clear-text PIN needed to access the PKCS#11 Trust Manager Provider .
Copyright 2010-2020 ForgeRock AS.