Interface | Description |
---|---|
ConfigurationListener |
Server Configuration Listeners
|
ISubConfigNames |
Class | Description |
---|---|
AgentConfiguration |
This class provides agent configuration utilities.
|
ConfigurationBase |
This is the base case for
ServerConfiguration and
SiteConfiguration classes. |
ConfigurationObserver |
This class listens to changes in configuration changes
|
DuplicateKeyMapValueValidator |
Validates map value properties in Agent Properties. e.g.
|
FilterModeValueValidator |
Validates Filter Mode property value in Agent Properties. e.g.
|
GlobalMapValueValidator |
Validates Global Map property value in Agent Properties.
|
LegacyServer |
This class encapulate the server instance based on legacy platform service.
|
ListValueValidator |
Validates list value in Agent Properties. e.g.
|
MapDuplicateKeyChecker |
This helper class is used by the map validators to detect if a duplicate key
is in the set.
|
MapValueParser |
Parse values out of a map (strings, basically), which come to us in the form:
[google]=AuthChainSocialGoogle
[twitter]=AuthChainSocialTwitter
[flickr]=AuthChainSocialFlickr
and break these into Pair objects containing:
(google,AuthChainSocialGoogle)
(twitter,AuthChainSocialTwitter)
(flickr,AuthChainSocialTwitter)
Note that the regular expressions are COPIED from MapValueValidator.
|
MapValueValidator |
Validates map value properties in Agent Properties. e.g.
|
ServerConfiguration |
This manages server configuration information.
|
ServerConfigXML |
Server Configuration XML object.
|
ServerConfigXML.ServerObject |
Server object.
|
ServerConfigXMLObserver |
Listens to directory configuration changes in server configuration node.
|
ServerPropertyValidator |
Validates the values of server configuration properties.
|
SessionSiteNames |
This class provides methods for getting site names.
|
SiteConfiguration |
This manages site configuration information.
|
Exception | Description |
---|---|
ConfigurationException |
Configuration related exception.
|
UnknownPropertyNameException |
Unknown property name exception.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.