public class AciSyntax extends AttributeSyntax<AttributeSyntaxCfg>
Constructor and Description |
---|
AciSyntax()
Creates a new instance of this syntax.
|
Modifier and Type | Method and Description |
---|---|
static SchemaBuilder |
addAciSyntax(SchemaBuilder builder)
Adds the ACI syntax to the provided schema builder.
|
String |
getDescription()
Retrieves a description for this attribute syntax.
|
String |
getName()
Retrieves the common name for this attribute syntax.
|
String |
getOID()
Retrieves the OID for this attribute syntax.
|
Syntax |
getSDKSyntax(Schema schema)
Returns the SDK Syntax equivalent to this syntax.
|
void |
initializeSyntax(AttributeSyntaxCfg configuration,
ServerContext serverContext)
Initializes this attribute syntax based on the information in the provided configuration entry.
|
equals, finalizeSyntax, getApproximateMatchingRule, getEqualityMatchingRule, getOrderingMatchingRule, getSubstringMatchingRule, hashCode, isBEREncodingRequired, isConfigurationAcceptable, isHumanReadable, toString, valueIsAcceptable
public AciSyntax()
initializeSyntax
method.public void initializeSyntax(AttributeSyntaxCfg configuration, ServerContext serverContext) throws ConfigException, DirectoryException
AttributeSyntax
initializeSyntax
in class AttributeSyntax<AttributeSyntaxCfg>
configuration
- The configuration to use to initialize this attribute syntax.serverContext
- The server context.ConfigException
- If an unrecoverable problem arises in the process of performing the initialization.DirectoryException
- If an unrecoverable problem arises in the process of performing the initialization.public static SchemaBuilder addAciSyntax(SchemaBuilder builder)
builder
- where to add the ACI syntaxpublic Syntax getSDKSyntax(Schema schema)
AttributeSyntax
This method allow smooth migration to SDK syntax. It will disappear once the the migration to SDK schema is complete, together with this class and all its implementation.
getSDKSyntax
in class AttributeSyntax<AttributeSyntaxCfg>
schema
- Schema to use to retrieve the syntaxpublic String getName()
AttributeSyntax
getName
in class AttributeSyntax<AttributeSyntaxCfg>
public String getOID()
AttributeSyntax
getOID
in class AttributeSyntax<AttributeSyntaxCfg>
public String getDescription()
AttributeSyntax
getDescription
in class AttributeSyntax<AttributeSyntaxCfg>
Copyright 2010-2017 ForgeRock AS.