Uses of Class
com.nimbusds.openid.connect.sdk.federation.trust.constraints.LeafEntityTypeConstraint
Packages that use LeafEntityTypeConstraint
Package
Description
OpenID Connect Federation 1.0 trust chain constraints.
-
Uses of LeafEntityTypeConstraint in com.nimbusds.openid.connect.sdk.federation.trust.constraints
Fields in com.nimbusds.openid.connect.sdk.federation.trust.constraints declared as LeafEntityTypeConstraintModifier and TypeFieldDescriptionstatic final LeafEntityTypeConstraintLeafEntityTypeConstraint.ANYAny leaf entity types allowed constant.Methods in com.nimbusds.openid.connect.sdk.federation.trust.constraints that return LeafEntityTypeConstraintModifier and TypeMethodDescriptionTrustChainConstraints.getLeafEntityTypeConstraint()Returns the leaf entity type constraint.static LeafEntityTypeConstraintParses a leaf entity type constraint.Constructors in com.nimbusds.openid.connect.sdk.federation.trust.constraints with parameters of type LeafEntityTypeConstraintModifierConstructorDescriptionTrustChainConstraints(int maxPathLength, List<EntityIDConstraint> permittedEntityIDs, List<EntityIDConstraint> excludedEntityIDs, LeafEntityTypeConstraint leafEntityTypeConstraint) Creates a new trust chain constraints instance.