Uses of Class
net.shibboleth.idp.saml.profile.config.AbstractCollectionConfigurationLookupStrategy
-
Packages that use AbstractCollectionConfigurationLookupStrategy Package Description net.shibboleth.idp.saml.profile.config Functionality and base classes common to both SAML 1 and 2 profile configuration. -
-
Uses of AbstractCollectionConfigurationLookupStrategy in net.shibboleth.idp.saml.profile.config
Subclasses of AbstractCollectionConfigurationLookupStrategy in net.shibboleth.idp.saml.profile.config Modifier and Type Class Description classListConfigurationLookupStrategy<T>A strategy function that examines SAML metadata associated with a relying party and derives List<String>-valued configuration settings based on EntityAttribute extension tags.classSetConfigurationLookupStrategy<T>A strategy function that examines SAML metadata associated with a relying party and derives Set<String>-valued configuration settings based on EntityAttribute extension tags.
-