Package | Description |
---|---|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
Modifier and Type | Field and Description |
---|---|
static AttributeSchema.UIType |
AttributeSchema.UIType.ADDREMOVELIST
The
ADDREMOVELIST attribute type specifies that the
multiple choice attribute should be display as add remove list
widget. |
static AttributeSchema.UIType |
AttributeSchema.UIType.BUTTON
The
BUTTON attribute type specifies that the attribute
should be display as a button. |
static AttributeSchema.UIType |
AttributeSchema.UIType.GLOBALMAPLIST
The
GLOBALMAP_LIST attribute type specifies that the
attribute should be display as a global map list widget. |
static AttributeSchema.UIType |
AttributeSchema.UIType.GLOBALSCRIPTSELECT
The
GLOBALSCRIPTSELECT attribute type specifies that the
attribute should be display as drop down widget with only global scripts. |
static AttributeSchema.UIType |
AttributeSchema.UIType.LINK
The
LINK attribute type specifies that the attribute
should be display as a link. |
static AttributeSchema.UIType |
AttributeSchema.UIType.MAPLIST
The
MAP_LIST attribute type specifies that the
attribute should be display as an map list widget. |
static AttributeSchema.UIType |
AttributeSchema.UIType.NAME_VALUE_LIST
The
NAME_VALUE_LIST attribute type specifies that the
attribute should be display as a name value list widget. |
static AttributeSchema.UIType |
AttributeSchema.UIType.ORDEREDLIST
The
ORDERED_LIST attribute type specifies that the
attribute should be display as an ordered list widget. |
static AttributeSchema.UIType |
AttributeSchema.UIType.RADIO
The
RADIO attribute type specifies that the attribute
should be display as radio button. |
static AttributeSchema.UIType |
AttributeSchema.UIType.SCRIPTSELECT
The
SCRIPTSELECT attribute type specifies that the
attribute should be display as drop down widget. |
static AttributeSchema.UIType |
AttributeSchema.UIType.UNORDEREDLIST
The
UNORDERED_LIST attribute type specifies that the
attribute should be display as an unordered list widget. |
Modifier and Type | Method and Description |
---|---|
AttributeSchema.UIType |
AttributeSchemaImpl.getUIType()
Returns the UI type of the attribute; or null if UI type is not defined.
|
AttributeSchema.UIType |
AttributeSchema.getUIType()
Returns the UI type of the attribute.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.