Uses of Class
com.sun.identity.sm.AttributeSchema
-
Packages that use AttributeSchema Package Description com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS). -
-
Uses of AttributeSchema in com.sun.identity.sm
Methods in com.sun.identity.sm that return AttributeSchema Modifier and Type Method Description AttributeSchema
ServiceSchema. getAttributeSchema(String attributeName)
Returns the schema for an attribute given the name of the attribute, defined for this service.Methods in com.sun.identity.sm that return types with arguments of type AttributeSchema Modifier and Type Method Description Set<AttributeSchema>
ServiceSchema. getAttributeSchemas()
Returns the attribute schemas defined for the service.
-