Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
LdapDataConnector
LdapDataConnector provides a plugin to retrieve attributes from an LDAP. |
class |
RDBMSDataConnector
A data connector that can retrieve information from a relational database through JDBC, version 3.
|
class |
StaticDataConnector
Data connector implementation that returns statically defined attributes.
|
class |
StoredIDDataConnector
A data connector that generates persistent identifiers in one of two ways.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseDataConnectorFactoryBean.populateDataConnector(BaseDataConnector connector)
Populates data connector with information from this factory.
|
Copyright © 1999–2014. All rights reserved.