Class ExactMatchEntityIDConstraint
java.lang.Object
com.nimbusds.openid.connect.sdk.federation.trust.constraints.EntityIDConstraint
com.nimbusds.openid.connect.sdk.federation.trust.constraints.ExactMatchEntityIDConstraint
Exact match entity ID constraint.
Related specifications:
- OpenID Connect Federation 1.0, section 7.3.
- RFC 5280, section 4.2.1.10.
-
Constructor Summary
ConstructorsConstructorDescriptionExactMatchEntityIDConstraint(EntityID entityID) Creates a new exact match entity ID constraint. -
Method Summary
Methods inherited from class com.nimbusds.openid.connect.sdk.federation.trust.constraints.EntityIDConstraint
parse
-
Constructor Details
-
ExactMatchEntityIDConstraint
Creates a new exact match entity ID constraint.- Parameters:
entityID- The exact entity ID to match. Must not benull.
-
-
Method Details
-
matches
Description copied from class:EntityIDConstraintMatches an entity ID with this constraint.- Specified by:
matchesin classEntityIDConstraint- Parameters:
entityID- The entity ID to match. Must not benull.- Returns:
trueif this constraint matches the specified entity ID, elsefalse.
-
toString
- Specified by:
toStringin classEntityIDConstraint
-
equals
- Specified by:
equalsin classEntityIDConstraint
-
hashCode
-