Uses of Class
net.shibboleth.profile.relyingparty.BasicRelyingPartyConfiguration
Packages that use BasicRelyingPartyConfiguration
-
Uses of BasicRelyingPartyConfiguration in net.shibboleth.saml.relyingparty
Methods in net.shibboleth.saml.relyingparty that return BasicRelyingPartyConfigurationModifier and TypeMethodDescriptionRelyingPartyConfigurationSupport.byGroup(Collection<String> groupNames, MetadataResolver resolver) A shorthand method for constructing aBasicRelyingPartyConfigurationwith an activation condition based on one or moreEntitiesDescriptorgroups, and optionally viaAffiliationDescriptorlookup.RelyingPartyConfigurationSupport.byMappedTag(Collection<EntityAttributesPredicate.Candidate> candidates, boolean trim, boolean matchAll) A shorthand method for constructing aBasicRelyingPartyConfigurationwith an activation condition based on aMappedEntityAttributesPredicate.RelyingPartyConfigurationSupport.byName(Collection<String> relyingPartyIds) A shorthand method for constructing aBasicRelyingPartyConfigurationwith an activation condition based on one or more relying party IDs.RelyingPartyConfigurationSupport.byTag(Collection<EntityAttributesPredicate.Candidate> candidates, boolean trim, boolean matchAll) A shorthand method for constructing aBasicRelyingPartyConfigurationwith an activation condition based on anEntityAttributesPredicate.