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