Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.EntityListingSuccessResponse
Packages that use EntityListingSuccessResponse
Package
Description
OpenID Connect Federation 1.0 API classes.
-
Uses of EntityListingSuccessResponse in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that return EntityListingSuccessResponseModifier and TypeMethodDescriptionstatic EntityListingSuccessResponseEntityListingSuccessResponse.parse(HTTPResponse httpResponse) Parses an entity listing success response from the specified HTTP response.static EntityListingSuccessResponseEntityListingSuccessResponse.parse(net.minidev.json.JSONArray jsonArray) Parses an entity listing success response from the specified JSON array.EntityListingResponse.toSuccessResponse()Casts this response to an entity listing success response.