Package | Description |
---|---|
com.sun.identity.common.configuration | |
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
org.forgerock.openam.core.rest.sms |
Modifier and Type | Method and Description |
---|---|
static Set |
AgentConfiguration.getAttributesSchemaNames(AMIdentity amid,
AttributeSchema.Syntax syntax)
Returns a set of attribute schema names whose schema match a given
syntax.
|
Modifier and Type | Field and Description |
---|---|
static AttributeSchema.Syntax |
AttributeSchema.Syntax.BOOLEAN
The
BOOLEAN attribute syntax specifies that the
attribute is of boolean type, i.e., can have a value of either
true or
false |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.DATE
The
DATE attribute syntax specifies that the attribute
is of date type. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.DECIMAL
The
DECIMAL attribute syntax specifies that the
attribute is a decimal value. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.DECIMAL_NUMBER
The
DECIMAL_NUMBER attribute syntax specifies that the
attribute is a floating point number, e.g., 1.5, 3.56, etc. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.DECIMAL_RANGE
The
DECIMAL_RANGE attribute syntax specifies that the
attribute is a decimal number within a range. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.DN
The
DN attribute syntax specifies that the attribute
should be an LDAP distinguished name (DN). |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.EMAIL
The
EMAIL attribute syntax specifies that the
attribute is a email address. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.ENCRYPTED_PASSWORD
The
ENCRYPTED PASSWORD attribute syntax specifies that
the attribute is of password type, will be used by UI to mask the
password typed. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.NUMBER
The
NUMBER attribute syntax specifies that the
attribute is a number. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.NUMBER_RANGE
The
NUMBER_RANGE attribute syntax specifies that the
attribute is a number within a range. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.NUMERIC
The
NUMERIC attribute syntax specifies that the
attribute is numeric, i.e., can have numbers only. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.PARAGRAPH
The
PARAGRAPH attribute syntax specifies that the
attribute is of multi-lined text type. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.PASSWORD
The
PASSWORD attribute syntax specifies that the
attribute is of password type, will be used by UI to mask the
password typed. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.PERCENT
The
PERCENT attribute syntax specifies that the
attribute is a percentage. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.SCRIPT
The
SCRIPT attribute syntax specifies that the
attribute is of multi-lined text type and more specifically a script. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.STRING
The
STRING attribute syntax specifies that the
attribute is of text type, i.e., can have any unicode characters. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.URL
The
URL attribute syntax specifies that the attribute
is a URL. |
static AttributeSchema.Syntax |
AttributeSchema.Syntax.XML
The
XML attribute syntax specifies that the attribute
is of XML type, i.e., can have any unicode characters. |
Modifier and Type | Method and Description |
---|---|
AttributeSchema.Syntax |
AttributeSchemaImpl.getSyntax()
Returns the syntax of the attribute.
|
AttributeSchema.Syntax |
AttributeSchema.getSyntax()
Returns the syntax of the attribute.
|
Modifier and Type | Field and Description |
---|---|
static List<AttributeSchema.Syntax> |
SmsResourceProvider.NUMBER_SYNTAXES |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.