Package | Description |
---|---|
com.sun.identity.common.configuration | |
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
Modifier and Type | Method and Description |
---|---|
static Set |
AgentConfiguration.getAttributesSchemaNames(String agentType,
AttributeSchema.Type type)
Returns a set of attribute schema names whose schema match a given
type.
|
Modifier and Type | Field and Description |
---|---|
static AttributeSchema.Type |
AttributeSchema.Type.LIST
The
LIST attribute type specifies that the attribute
can have multiple values, i.e., multi-valued attribute. |
static AttributeSchema.Type |
AttributeSchema.Type.MULTIPLE_CHOICE
The
MULTIPLE_CHOICE attribute type specifies that the
attribute can have multiple values defined by the
getChoiceValues method of AttributeSchema . |
static AttributeSchema.Type |
AttributeSchema.Type.SIGNATURE
The
SIGNATURE attribute type specifies that the
attribute is a signing attribute. |
static AttributeSchema.Type |
AttributeSchema.Type.SINGLE
The
SINGLE attribute type specifies that the attribute
can have only a single value. |
static AttributeSchema.Type |
AttributeSchema.Type.SINGLE_CHOICE
The
SINGLE_CHOICE attribute type specifies that the
attribute can have value defined by the getChoiceValues
method of AttributeSchema . |
static AttributeSchema.Type |
AttributeSchema.Type.VALIDATOR
The
VALIDATOR attribute type specifies that the
attribute defines a attribute validator plugin. |
Modifier and Type | Method and Description |
---|---|
AttributeSchema.Type |
AttributeSchemaImpl.getType()
Returns the type of the attribute.
|
AttributeSchema.Type |
AttributeSchema.getType()
Returns the type of the attribute.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.