Uses of Enum
com.nimbusds.openid.connect.sdk.federation.api.EntityListingSpec
Packages that use EntityListingSpec
Package
Description
OpenID Connect Federation 1.0 API classes.
-
Uses of EntityListingSpec in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that return EntityListingSpecModifier and TypeMethodDescriptionEntityListingRequest.getListingSpec()Returns the federation entity listing spec.static EntityListingSpecReturns the enum constant of this type with the specified name.static EntityListingSpec[]EntityListingSpec.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.nimbusds.openid.connect.sdk.federation.api with parameters of type EntityListingSpecModifierConstructorDescriptionEntityListingRequest(URI endpoint, Issuer issuer, EntityListingSpec listingSpec) Creates a new entity listing request.