Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.saml.ExecutableQuery
Packages that use ExecutableQuery
Package
Description
A
DataConnector implementation that
queries data from a SAML attribute authority.-
Uses of ExecutableQuery in net.shibboleth.idp.attribute.resolver.dc.saml.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.saml.impl that implement ExecutableQueryModifier and TypeClassDescriptionprivate final classStandard implementation of theExecutableQuery.Methods in net.shibboleth.idp.attribute.resolver.dc.saml.impl that return ExecutableQueryModifier and TypeMethodDescriptionExecutableQueryBuilder.build(AttributeResolutionContext resolutionContext, Map<String, List<IdPAttributeValue>> dependencyAttributes) Creates an executable search that can be executed against a data source in order to produce results.Methods in net.shibboleth.idp.attribute.resolver.dc.saml.impl with parameters of type ExecutableQueryModifier and TypeMethodDescriptionprotected Map<String,IdPAttribute> SAMLDataConnector.retrieveAttributes(ExecutableQuery executable) Attempts to retrieve attributes from the data source.