Uses of Class
com.sun.identity.sm.AttributeSchema.Type
-
Packages that use AttributeSchema.Type Package Description com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS). -
-
Uses of AttributeSchema.Type in com.sun.identity.sm
Methods in com.sun.identity.sm that return AttributeSchema.Type Modifier and Type Method Description AttributeSchema.Type
AttributeSchema. getType()
Returns the type of the attribute.static AttributeSchema.Type
AttributeSchema.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeSchema.Type[]
AttributeSchema.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-