com.sun.ssoadapter.config |
|
Java Source File Name | Type | Comment |
ClientAwareAppContext.java | Interface | Copied from hana_ws/ps/desktop/src/com/sun/portal/
desktop/context/DesktopAppContext.java
This object encapsulates the session-less objects - ClientContext,
DebugContext, SessionAppContext & ServiceAppContext. |
ClientAwareUserContext.java | Interface | Copied from hana_ws/ps/desktop/src/com/sun/portal/
desktop/context/DesktopContext.java
This object encapsulates objects with user session - ServiceUserContext,
SessionUserContext and (global) ClientContext, DebugContext
& FileLookupContext. |
ConfigContext.java | Interface | The implementation for this Context must return valid ClassName for
creating ClientAwareAppContext. |
Configuration.java | Class | This class acts as a container for either raw, or aggregated configuration
information. |
ConfigurationConstants.java | Interface | |
ConfigurationEvent.java | Class | This is a placeholder for an implementation of a class
that will provide information related to Configuration changes. |
ConfigurationException.java | Class | This class implements exception functionality
for the Configuration API. |
ConfigurationFactory.java | Class | This class is used to create, destroy, and manipulate
configurations and instances of Configuration objects.
A ConfigurationFactory is associated with the following:
- A DSAME service.
- An attribute within that service that contains configuration information,
where this information is encoded as multiple URLs.
|
ConfigurationListener.java | Interface | Defines an interface that classes must implement in order to receive
notification of changes in a Configuration object. |
ConfigUtil.java | Class | Configuration Utility class responsible for providing a method to
perform limited character escaping functionality. |
DSAMEConnection.java | Class | |
DSAMEConstants.java | Interface | |
DSAMEUtils.java | Class | There should only be one instance of this class per-jvm. |
PropertiesConfigContext.java | Class | |
PSClientAwareAppContext.java | Class | |
PSClientAwareAuthlessContext.java | Class | |
PSClientAwareContextFactory.java | Class | PSClientAwareContextFactory
This is the factory class for obtaining service objects stored in a Service
definition - ex: DSAME Schema
Usage:
Call the static method PSClientAwareContextFactory.getInstance() or
PSClientAwareContextFactory.getInstance(String configContextClassName)
A ConfigContext object is created using the configContextClassName. |
PSClientAwareUserContext.java | Class | |
SAALException.java | Class | SAALException: (critical) Thrown to indicate that the Attribute
Abstraction layer could not establish a connection with the
backend service provider (DSAME) OR the abstraction layer could
not instantiate the actual implementation objects. |
SessionListener.java | Interface | |