See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
AttributeSchema |
The class
AttributeSchema provides methods to access the
schema of a configuration parameter. |
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. |
SMSThreadPool |
The class
SMSThreadPool provides interfaces to manage notification thread pools shared by idm and sm. |
Exception | Description |
---|---|
InvalidAttributeNameException |
The
InvalidAttributeNameException is thrown to indicate that
an invalid attribute name was used. |
InvalidAttributeValueException | |
OrganizationAlreadyExistsException |
The
OrganizationAlreadyExistsException is thrown if the
organization already exists. |
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. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.