Package com.sun.identity.sm

Provides classes for accessing the Service Management Service (SMS).

See:
          Description

Interface Summary
ServiceAttributeValidator The interface ServiceAttributeValidator should be implemented by the services/applications if validator plugins are required.
ServiceListener The interface ServiceListener needs to be implemented by applications in order to receive service data change notifications.
 

Class Summary
AttributeSchema The class AttributeSchema provides methods to access the schema of a configuration parameter.
AttributeSchema.Syntax The class Syntax defines the syntax of the schema attributes and provides static constants for these types.
AttributeSchema.Type The class Type defines the types of schema attributes and provides static constants for these types.
AttributeSchema.UIType The class UIType defines the UI types of schema attributes and provides static constants for these types.
InvalidAttributeNameException The InvalidAttributeNameException is thrown to indicate that an invalid attribute name was used.
SchemaException The SchemaException is thrown if the error encountered is related to the schema.
SchemaType The class SchemaType defines the types of schema objects, and provides static constants for these schema objects.
ServiceAlreadyExistsException The ServiceAlreadyExistsException is thrown if the service already exists.
ServiceConfig The class ServiceConfig provides interfaces to manage the configuration information of a service configuration.
ServiceConfigManager The class ServiceConfigurationManager provides interfaces to manage the service's configuration data.
ServiceInstance The class ServiceInstance provides methods to manage service's instance variables.
ServiceManager The ServiceManager class provides methods to register/remove services and to list currently registered services.
ServiceNotFoundException The ServiceNotFoundException is thrown if the service does not exist.
ServiceSchema The class ServiceSchema provides interfaces to manage the schema information of a service.
ServiceSchemaManager The class ServiceSchemaManager provides interfaces to manage the service's schema.
SMSException The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
 

Package com.sun.identity.sm Description

Provides classes for accessing the Service Management Service (SMS).