Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.EntityListingResponse
-
Packages that use EntityListingResponse Package Description com.nimbusds.openid.connect.sdk.federation.api OpenID Connect Federation 1.0 API classes. -
-
Uses of EntityListingResponse in com.nimbusds.openid.connect.sdk.federation.api
Subclasses of EntityListingResponse in com.nimbusds.openid.connect.sdk.federation.api Modifier and Type Class Description classEntityListingErrorResponseEntity listing error response.classEntityListingSuccessResponseEntity listing success response.Methods in com.nimbusds.openid.connect.sdk.federation.api that return EntityListingResponse Modifier and Type Method Description static EntityListingResponseEntityListingResponse. parse(HTTPResponse httpResponse)Parses an entity listing response from the specified HTTP response.
-