| Interface | Description |
|---|---|
| DataConnector |
A plugin used to pull attribute information from a data store.
|
| LdapPoolStrategy |
Used by the ldap data connector to interface with various pooling implementations.
|
| TemplateEngine.CharacterEscapingStrategy |
Represents a domain specific strategy for escaping values used within a template.
|
| Class | Description |
|---|---|
| BaseDataConnector |
Base class for
DataConnector plug-ins. |
| ComputedIDDataConnector |
A data connector that generates a unique ID by computing the SHA-1 hash of a given attribute value, the entity ID of
the inbound message issuer, and a provided salt.
|
| ContextualDataConnector |
Wrapper for a
DataConnector within a resolution context. |
| LdapDataConnector |
LdapDataConnector provides a plugin to retrieve attributes from an LDAP. |
| LdapPoolEmptyStrategy |
Ldap pool strategy that does no pooling.
|
| LdapPoolVTStrategy |
Ldap pool strategy backed by the vt-ldap library.
|
| RDBMSColumnDescriptor |
Describes how to express a given result set column as an attribute and value.
|
| RDBMSDataConnector |
A data connector that can retrieve information from a relational database through JDBC, version 3.
|
| StaticDataConnector |
Data connector implementation that returns statically defined attributes.
|
| StoredIDDataConnector |
A data connector that generates persistent identifiers in one of two ways.
|
| StoredIDStore |
Represents as persistent, database-backed, store of identifiers.
|
| TemplateEngine |
A velocity based template engine that pulls information from a resolution context for use within the template.
|
| Enum | Description |
|---|---|
| LdapDataConnector.AUTHENTICATION_TYPE |
Authentication type values.
|
| RDBMSDataConnector.DATA_TYPES |
Data types understood by this connector.
|
Copyright © 1999-2015. All Rights Reserved.