Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.EntityListingSpec
-
Packages that use EntityListingSpec Package Description com.nimbusds.openid.connect.sdk.federation.api 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 EntityListingSpec Modifier and Type Method Description EntityListingSpecEntityListingRequest. getListingSpec()Returns the federation entity listing spec.static EntityListingSpecEntityListingSpec. valueOf(String name)Returns 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 EntityListingSpec Constructor Description EntityListingRequest(URI endpoint, Issuer issuer, EntityListingSpec listingSpec)Creates a new entity listing request.
-