Modifier and Type | Method and Description |
---|---|
Map<String,DataConnector> |
ShibbolethAttributeResolver.getDataConnectors()
Gets the data connectors registered with this provider.
|
Map<String,DataConnector> |
ShibbolethResolutionContext.getResolvedDataConnectors()
Get an unmodifiable map of the data connectors that have been resolved for this request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShibbolethAttributeResolver.validateDataConnector(DataConnector connector)
Validates that a data connector is valid, per
ResolutionPlugIn.validate() and, if invalid, fails over to
a connector's failover connector, if present. |
Modifier and Type | Class and Description |
---|---|
class |
BaseDataConnector
Base class for
DataConnector plug-ins. |
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 |
ContextualDataConnector
Wrapper for a
DataConnector within a resolution context. |
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.
|
Constructor and Description |
---|
ContextualDataConnector(DataConnector newConnector)
Constructor.
|
Copyright © 1999–2014. All rights reserved.