public interface CertificateAttributeSyntaxCfgClient extends AttributeSyntaxCfgClient
Certificate Attribute Syntaxes define an attribute syntax for storing X.509 Certificates.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends CertificateAttributeSyntaxCfgClient,? extends CertificateAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Certificate Attribute Syntax.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isStrictFormat()
Gets the "strict-format" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setStrictFormat(Boolean value)
Sets the "strict-format" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends CertificateAttributeSyntaxCfgClient,? extends CertificateAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Certificate Attribute Syntax implementation.
getJavaClass
in interface AttributeSyntaxCfgClient
void setJavaClass(String value) throws PropertyException, PropertyException
Specifies the fully-qualified name of the Java class that provides the Certificate Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Certificate Attribute Syntax.
setJavaClass
in interface AttributeSyntaxCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.PropertyException
- If this Certificate Attribute Syntax is not being initialized.boolean isStrictFormat()
Indicates whether or not X.509 Certificate values are required to strictly comply with the standard definition for this syntax.
When set to false, certificates will not be validated and, as a result any sequence of bytes will be acceptable.
void setStrictFormat(Boolean value) throws PropertyException
Indicates whether or not X.509 Certificate values are required to strictly comply with the standard definition for this syntax.
When set to false, certificates will not be validated and, as a result any sequence of bytes will be acceptable.
value
- The value of the "strict-format" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.