Uses of Class
net.shibboleth.idp.attribute.resolver.dc.ValidationException
Packages that use ValidationException
Package
Description
Interfaces supporting data connectors.
A
DataConnector
implementation that reads data from an LDAP.A
DataConnector
implementation that reads data from a relational
database.-
Uses of ValidationException in net.shibboleth.idp.attribute.resolver.dc
Methods in net.shibboleth.idp.attribute.resolver.dc that throw ValidationException -
Uses of ValidationException in net.shibboleth.idp.attribute.resolver.dc.ldap.impl
Methods in net.shibboleth.idp.attribute.resolver.dc.ldap.impl that throw ValidationExceptionModifier and TypeMethodDescriptionvoid
ConnectionFactoryValidator.validate()
Probe the data connector and conditionally fails if it is not valid and ready for use. -
Uses of ValidationException in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl
Methods in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl that throw ValidationExceptionModifier and TypeMethodDescriptionvoid
DataSourceValidator.validate()
Probe the data connector and conditionally fails if it is not valid and ready for use.