Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.OperationType
-
Packages that use OperationType Package Description com.nimbusds.openid.connect.sdk.federation.api OpenID Connect Federation 1.0 API classes. -
-
Uses of OperationType in com.nimbusds.openid.connect.sdk.federation.api
Fields in com.nimbusds.openid.connect.sdk.federation.api declared as OperationType Modifier and Type Field Description static OperationTypeOperationType. FETCHFetch operation.static OperationTypeOperationType. LISTINGListing operation.static OperationTypeOperationType. RESOLVE_METADATAResolve metadata operation.Methods in com.nimbusds.openid.connect.sdk.federation.api that return OperationType Modifier and Type Method Description OperationTypeFederationAPIError. getOperationType()Returns the operation type.OperationTypeFederationAPIRequest. getOperationType()Returns the requested operation type.Constructors in com.nimbusds.openid.connect.sdk.federation.api with parameters of type OperationType Constructor Description FederationAPIError(OperationType operationType, String code, String description)Creates a new federation API error.FederationAPIError(OperationType operationType, String code, String description, int httpStatusCode)Creates a new federation API error.FederationAPIRequest(URI endpoint, OperationType operationType)Creates a new federation API request.
-