Package com.waveset.session

The Session interface is the primary API for applications of the Provisioning Server.

See:
          Description

Interface Summary
BulkMonitor A interface that may be supplied as an argument to the Session.importObjects and Session.exportObjects methods to allow an application to receive notifications as the import or export is in progress.
ImportCommand  
ImportMerger An interface of an object that is able to perform an intelligent merge on two persistent objects during an import.
ServerListener  
Session The Session interface defines the API used by applications to make requests of the Lighthouse server.
UserViewConstants  
 

Class Summary
AbstractSession  
AddIfNotExists Adds the given object if it doesn't already exist.
AdminGroupUpdater  
AuditConfigUpdater  
AuditorMergePolicyUpdater This ImportCommand performs a custom modification of existing Policy objects in order to remove remnants of Auditor-speciic account policy specifications.
AuthTypeUpdater  
CacheConfig  
ConfiguratorUpdater  
DefaultLighthouseAccountPolicyUpdater  
EmailTemplateUpdater Updates EmailTemplates with displayNames specified in the input args.
EndUserTasksUpdater  
Exporter A class that implements the export operation.
Exporter.ExportQuery Container to pass around for type exporting.
FormFixer  
GenAuditorReports A command line utility to load in random Auditor report data so that there is "interesting" information to report against.
GenReports  
GenReportsBase  
Importer A class that implements the import operation.
ImporterContext An object passed into ImporterCommand implementations that provides a window into the execution environment.
InternalSession Deprecated. - Use com.waveset.server.InternalSession.
LocalSession An implementation of the Session interface that directly access the internal Server components to carry out requests.
LoginConfigUpdater  
LoginModGroupUpdater This ImportCommand performs updates of LoginModGroup objects.
MemberObjectGroupUpdater This ImportCommand performs updates of the MemberObjectGroup attribute upon a set of specified PersistentObjects.
MetaViewUpdater Upgrade the MetaView by adding new events/attributes.
MsgTool Utilities for the creation and maintenance of a custom Waveset message file (WPMessages.properties).
PBEKeyUpdater  
PolicyUpdater  
Prompter A silly little Swing application that pops up a window to prompt for a password without echoing characters.
Prompter.LabeledTextField  
RemoteSession  
ResetUpdater  
ResourceManagerUpdater  
ResourceUpdater  
RiskAnalysisUpdater  
RoleUpdater  
ScriptSession A wrapper around the Session interface that provides a slightly higher level and more convenient interface for scripting languages, notably Rhino Javascript.
ServerConnection  
ServerConnection.Response A helper class that encapsulates the bits that make up a server response, and provide utilities for packing it.
ServerThread  
ServletUtil  
Session.Scope  
SessionFactory A factory class for Session objects.
SessionFactory.FactoryReport  
SessionFactory.FactoryReport.PoolReport  
SessionFactory.FactoryReport.PoolReport.SessionReportItem  
SessionUtil Utility class containing methods utilizing LighthouseContext or SessionUtil for IdM customization.
SystemConfigurationUpdater  
UserUIConfigUpdater  
WavesetConsole A simple console interpreter for administration and testing.
WorkflowServices A WorkflowApplication that provides a collection of Session-y operations packaged so they are more convenient to use from Workflow.
WorkItemUpdater  
 

Package com.waveset.session Description

The Session interface is the primary API for applications of the Provisioning Server.