ClientAdministration |
The client administration interface allows controlled access to data in the
organisational model, thus allowing end-user to easily change their own data.
|
ModelChangeOperations |
The ModelChangeOperations provide methods to alter the
OrgModel (add and delete attributes), add/delete entities, change their
attributes and add/delete relations between entities.
|
ModelExplorer |
The ModelExplorer provides information about the OrgModel like which
entity types are used, which attributes they have, their data types etc. and
allows to retrieve a single entity or several entities according to
user-defined criteria.
|
OrgModelInitialiser |
|
OrgModelManager |
This is the central interface of the OrgModelManager service with the
following sub-components:
OrgModelInitialiser : Can initialize and adpat the org model during startup.
|
OrgPolicyScriptHandler |
Org policy script handlers are responsible for evaluating script org
policies.
|
OrgPolicyScriptService |
A service allowing to register OrgPolicyScriptHandler dynamically at runtime at the
org model manager.
|
PasswordStrengthEstimator |
The PasswordStrengthEstimator provides the means to estimate the strength of a
password thus improving security.
|
PolicyResolution |
This interface provides methods to deal with OrgPolicies (Bearbeiterformeln), i.e. to check their
syntax, resolve them and test whether a certain OrgPosition (Stelle) and/or Agent (Mitarbeiter)
matches a policy.
|