See: Description
Interface | Description |
---|---|
Access |
An instance of this type represents one of an enterprise's access points to the service provider's network.
|
Enterprise |
An instance of this type represents one of the service provider's enterprise customers.
|
Folder |
An instance of this type represents one of the service provider's subscriber folders.
|
Manager |
This is the interface used to manipulate the enterprise managers.
|
Managers |
This interface defines methods that a Manager with
Manager.ADMINISTER privileges can invoke in order to manage other Managers. |
Persistent |
This interface is for interacting with objects that are persistent (i.e. that are stored in SSC's
LDAP directory).
|
PersistentChangeListener |
This interface must be implemented by objects that are interested in receiving notifications of
changes to
Persistent objects. |
PersistentIterator |
An iterator over a sequence of Persistent objects.
|
Retailer |
An instance of this type represents one of the retailer entries in SSC's LDAP directory.
|
Service |
An instance of this type represents a service definition from SSC's LDAP directory.
|
ServiceProvider |
This is the interface that controls an enterprise manager's session.
|
Session |
An instance of this interface represents a subscription Session.
|
Site |
An instance of this type represents one of the service provider's site customers.
|
Subscriber |
This interface provides the functionality common to the three types of Subscribers:
Enterprise s, Site s, and Access es. |
Subscription |
An instance of this interface represents the relationship between a
Subscriber and a Service . |
Substitutions |
This interface is implemented by objects for which
Substitution s can be defined or aquired via
the service parameter aquisition path (see the SSC documentation for more detail re. |
VPN |
An instance of VPN represents one of the umcVPN entries in LDAP directory.
|
Class | Description |
---|---|
ServiceProviderFactory |
The static methods of this factory class are the initial point of access to the SSC Enterprise Portal API.
|
Exception | Description |
---|---|
AccessControlException |
This exception is thrown if the currently bound manager is not allowed to carry out an operation.
|
CommunicationException |
This exception is thrown if the ESP fails to communicate with an external component.
|
DuplicateNameException |
This exception is thrown if an attempt is made to create an object with the same name as one of its sibling aggregates.
|
EntException |
This is the superclass of all exceptions thrown by the ESP API.
|
EntRuntimeException |
This is the superclass of all runtime exceptions thrown by the ESP API.
|
MisconfigurationException |
This exception is thrown if there is an error in the configuration of the ESP.
|
SAEAuthorizationException | |
SAEOverloadException | |
SessionException |
This exception is thrown if there is a problem with a subscription session.
|
SSPUnknownServiceException |
This exception is thrown if a subscription session operation failed because the subscribed service was not known to the
SSP managing the session.
|
SSPUnknownSubscriberException |
This exception is thrown if a subscription session operation failed because either
there is no SSP managing the corresponding subscriber.
|
UnexpectedException |
This exception is thrown if an unexpected exception occurs when carrying out an operation.
|
UnknownIdentityException |
This exception is thrown if a request is made for an object using an unknown name or identifier.
|
ViolateSchemaException |
This exception is thrown if an operation violates the schema of the underlying data store.
|