Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.OperationType
Packages that use OperationType
Package
Description
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 OperationTypeModifier and TypeFieldDescriptionstatic final OperationTypeOperationType.FETCHFetch operation.static final OperationTypeOperationType.LISTINGListing operation.static final OperationTypeOperationType.RESOLVE_METADATAResolve metadata operation.Methods in com.nimbusds.openid.connect.sdk.federation.api that return OperationTypeModifier and TypeMethodDescriptionFederationAPIError.getOperationType()Returns the operation type.FederationAPIRequest.getOperationType()Returns the requested operation type.Constructors in com.nimbusds.openid.connect.sdk.federation.api with parameters of type OperationTypeModifierConstructorDescriptionFederationAPIError(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.