Class RegistrationAuthorityMatcher
java.lang.Object
net.shibboleth.metadata.dom.saml.mdattr.RegistrationAuthorityMatcher
- All Implemented Interfaces:
Predicate<EntityAttributeFilteringStage.EntityAttributeContext>
@Immutable
public class RegistrationAuthorityMatcher
extends Object
implements Predicate<EntityAttributeFilteringStage.EntityAttributeContext>
An entity attribute matcher which matches a given registration authority.
It can match against a specific registration authority, or against the absence of
one.
- Since:
- 0.9.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
registrationAuthority
Registration authority to match against.
-
-
Constructor Details
-
RegistrationAuthorityMatcher
Constructor.- Parameters:
regAuth- registration authority to match, ornull
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<EntityAttributeFilteringStage.EntityAttributeContext>
-