Uses of Class
com.nimbusds.openid.connect.sdk.federation.trust.constraints.LeafEntityTypeConstraint
-
Packages that use LeafEntityTypeConstraint Package Description com.nimbusds.openid.connect.sdk.federation.trust.constraints 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 LeafEntityTypeConstraint Modifier and Type Field Description static LeafEntityTypeConstraintLeafEntityTypeConstraint. ANYAny leaf entity types allowed constant.Methods in com.nimbusds.openid.connect.sdk.federation.trust.constraints that return LeafEntityTypeConstraint Modifier and Type Method Description LeafEntityTypeConstraintTrustChainConstraints. getLeafEntityTypeConstraint()Returns the leaf entity type constraint.static LeafEntityTypeConstraintLeafEntityTypeConstraint. parse(List<String> values)Parses a leaf entity type constraint.Constructors in com.nimbusds.openid.connect.sdk.federation.trust.constraints with parameters of type LeafEntityTypeConstraint Constructor Description TrustChainConstraints(int maxPathLength, List<EntityIDConstraint> permittedEntityIDs, List<EntityIDConstraint> excludedEntityIDs, LeafEntityTypeConstraint leafEntityTypeConstraint)Creates a new trust chain constraints instance.
-