See: Description
Interface | Description |
---|---|
AuthenticationServiceNameProvider |
Allows the service management subsystem to identify the names of
authentication module services loaded by default.
|
OrganizationConfigManagerFactory |
Factory interface for creating
OrganizationConfigManager instances. |
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. |
ServiceManagementDAO |
DAO definition for service management.
|
SMSEventListener |
Defines a listener that should be notified when an SMS event occurs to an object.
|
SMSObjectListener |
The purpose of this interface is to allow SMSObject implementors to return
changes about SMSObjects
|
Class | Description |
---|---|
AbstractUpgradeHelper |
Implement this class to manually upgrade schema attributes.
|
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. |
AttributeSchemaImpl |
The class
AttributeSchemaImpl provides methods to access the
schema of a configuration parameter. |
AuthenticationServiceNameProviderFactory |
A factory to access
AuthenticationServiceNameProvider instance
at runtime. |
AuthenticationServiceNameProviderImpl |
A concrete implementation of
AuthenticationServiceNameProvider
that uses the
com.sun.identity.authentication.config.AMAuthenticationManager
to retrieve the names of authentication module services that are loaded by
default. |
CachedSMSEntry |
The class
CachedSchemaManagerImpl provides interfaces to
manage the SMSEntry. |
CachedSubEntries | |
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. |
CreateServiceConfig | |
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. |
DirectoryServerVendor |
This singleton attempts to query vendor information of a Directory Server.
|
DNMapper |
This class is used to convert a DN to iplanet UID and vice versa.
|
EmailValidator |
The class
EmailValidator is used to check if the Email address
is syntactically correct according to valid format defined in RFC 822. |
EntitlementIndexConfigFilter |
A filter to stop entitlement index changes being audited
|
GetBackendDataStore |
Class that implements to get backend datastore based on the vendor
information in the schema of the respective ldapv3 based database.
|
InvalidRealmNameManager |
Manager for maintaining list of REST endpoints that cannot be used as realm names.
|
IPAddressValidator |
The class
IPAddressValidator is used to check if the IP
address is syntactically correct. |
OrganizationConfigManager |
The class
OrganizationConfigManager provides interfaces to
manage an organization's configuration data. |
OrgConfigViaAMSDK | |
PluginConfig |
The class
PluginConfig provides interfaces to manage the
plugin configuration information of a service. |
PluginInterface |
The class
PluginInterface provides interfaces needed to obtain
information about a plugin interface defined by the service schema. |
PluginSchema |
The class
PluginSchemaImpl provides the interfaces to obtain
the schema information of a plugin that is configured for a service. |
RemoteServiceAttributeValidator |
This class makes a JAX-RPC calls to server to validate attribute values.
|
RequiredValueValidator |
This validator checks if Set is empty or not.
|
SchemaType |
The class
SchemaType defines the types of schema objects, and
provides static constants for these schema objects. |
ServerIDValidator |
The class
ServerIDValidator is used to validate the correct
string format for the attribute iplanet-am-platform-server-list in
iPlanetAMPlatformService. e.g. proto://host.port|xx where xx is an unique
identifier and could any two bytes value |
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. |
ServiceManagementDAOWrapper |
Until SMSEntry is refactored to separate out its various responsibilities, for now this wrapper class delegates to it.
|
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. |
ServiceSchemaManagerImpl |
The class
ServiceSchemaManagerImpl provides the internal
implemation for ServiceSchemaManager . |
ServiceSchemaModifications |
This class determines how a service schema has changed between the current
version and the new version in the war file.
|
SiteIDValidator |
The class
ServerIDValidator is used to validate the correct
string format for the attribute iplanet-am-platform-server-list in
iPlanetAMPlatformService. e.g. proto://host.port|xx where xx is an unique
identifier and could any two bytes value |
SMSDataEntry |
This class encapsulates a distinguished name and its attribute values.
|
SMSEntry |
This object represents a SMS entry in datastore, similar to UMS's equivalent
class called PersistentObject.
|
SMServlet |
The
SMServlet provides`simple http interface to obtain service
configuration |
SMSException_SOAPSerializer | |
SMSMigration70 | |
SMSNotificationManager |
Handles all the notification events for SMS.
|
SMSObject |
Abstract class that needs to be implemented to store configuration data in a
data store.
|
SMSObjectDB |
Abstract class that needs to be implemented to get root suffix
configuration data from a datastore.
|
SMSPropertiesObserver |
Listenes to changes to
|
SMSSchema |
This class provides methods to obtain service schema and plugin schema from
XML documents.
|
SMSThreadPool |
The class
SMSThreadPool provides interfaces to manage
notfication thread pools shared by idm and sm. |
SMSUtils |
Enum | Description |
---|---|
AttributeSchema.ListOrder |
This enum
ListOrder defines the list orders of schema attributes and provides constants for these list
orders. |
SMSUtils.ATTRIBUTE_SCHEMA_CHILD |
Define the children order of the attribute schema.
|
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–2025 Open Identity Platform Community. All rights reserved.