Uses of Class
com.sun.identity.sm.AttributeSchema.Type
-
Packages that use AttributeSchema.Type Package Description com.sun.identity.common.configuration com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS). -
-
Uses of AttributeSchema.Type in com.sun.identity.common.configuration
Methods in com.sun.identity.common.configuration with parameters of type AttributeSchema.Type Modifier and Type Method Description static SetAgentConfiguration. getAttributesSchemaNames(String agentType, AttributeSchema.Type type)Returns a set of attribute schema names whose schema match a given type. -
Uses of AttributeSchema.Type in com.sun.identity.sm
Fields in com.sun.identity.sm declared as AttributeSchema.Type Modifier and Type Field Description static AttributeSchema.TypeAttributeSchema.Type. LISTTheLISTattribute type specifies that the attribute can have multiple values, i.e., multi-valued attribute.static AttributeSchema.TypeAttributeSchema.Type. MULTIPLE_CHOICETheMULTIPLE_CHOICEattribute type specifies that the attribute can have multiple values defined by thegetChoiceValuesmethod ofAttributeSchema.static AttributeSchema.TypeAttributeSchema.Type. SIGNATURETheSIGNATUREattribute type specifies that the attribute is a signing attribute.static AttributeSchema.TypeAttributeSchema.Type. SINGLETheSINGLEattribute type specifies that the attribute can have only a single value.static AttributeSchema.TypeAttributeSchema.Type. SINGLE_CHOICETheSINGLE_CHOICEattribute type specifies that the attribute can have value defined by thegetChoiceValuesmethod ofAttributeSchema.static AttributeSchema.TypeAttributeSchema.Type. VALIDATORTheVALIDATORattribute type specifies that the attribute defines a attribute validator plugin.Methods in com.sun.identity.sm that return AttributeSchema.Type Modifier and Type Method Description AttributeSchema.TypeAttributeSchema. getType()Returns the type of the attribute.AttributeSchema.TypeAttributeSchemaImpl. getType()Returns the type of the attribute.
-