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.
ChoiceValues The abstract class ChoiceValues provides a mechanism for services to provide choice values for attributes dynamically instead of being statically defined in the service XML file stored in the directory.
DefaultValues The abstract class DefaultValues provides a mechanism for services to obtain their default values dynamically instead of being statically defined in the service XML file stored in the directory.
OrganizationConfigManager The class OrganizationConfigManager provides interfaces to manage an organization's configuration data.
SchemaType The class SchemaType defines the types of schema objects, and provides static constants for these schema objects.
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.
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.
 

Exception Summary
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.
ServiceAlreadyExistsException The ServiceAlreadyExistsException is thrown if the service already exists.
ServiceNotFoundException The ServiceNotFoundException is thrown if the service does not exist.
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).



Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.