Uses of Class
org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Packages that use EntityAttributesPredicate.Candidate
Package
Description
Functions and predicates supporting common SAML profile behavior.
-
Uses of EntityAttributesPredicate.Candidate in org.opensaml.saml.common.profile.logic
Fields in org.opensaml.saml.common.profile.logic with type parameters of type EntityAttributesPredicate.CandidateModifier and TypeFieldDescriptionprivate final Collection<EntityAttributesPredicate.Candidate>EntityAttributesPredicate.candidateSetCandidates to check for.Methods in org.opensaml.saml.common.profile.logic that return types with arguments of type EntityAttributesPredicate.CandidateModifier and TypeMethodDescriptionEntityAttributesPredicate.getCandidates()Get the candidate criteria.Methods in org.opensaml.saml.common.profile.logic with parameters of type EntityAttributesPredicate.CandidateModifier and TypeMethodDescriptionbooleanEntityAttributesPredicate.EntityAttributesMatcher.test(EntityAttributesPredicate.Candidate input) Constructor parameters in org.opensaml.saml.common.profile.logic with type arguments of type EntityAttributesPredicate.CandidateModifierConstructorDescriptionConstructor.EntityAttributesPredicate(Collection<EntityAttributesPredicate.Candidate> candidates, boolean trim) Constructor.EntityAttributesPredicate(Collection<EntityAttributesPredicate.Candidate> candidates, boolean trim, boolean all) Constructor.