Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.EntityListingSuccessResponse
-
Packages that use EntityListingSuccessResponse Package Description com.nimbusds.openid.connect.sdk.federation.api 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 EntityListingSuccessResponse Modifier and Type Method Description static 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.EntityListingSuccessResponseEntityListingResponse. toSuccessResponse()Casts this response to an entity listing success response.
-