Uses of Enum Class
com.pingidentity.sdk.oauth20.registration.ClientRegistrationException.ErrorCode
Packages that use ClientRegistrationException.ErrorCode
Package
Description
A plugin interface, with associated classes, for creating custom OAuth 2.0 client registration policies.
-
Uses of ClientRegistrationException.ErrorCode in com.pingidentity.sdk.oauth20.registration
Methods in com.pingidentity.sdk.oauth20.registration that return ClientRegistrationException.ErrorCodeModifier and TypeMethodDescriptionClientRegistrationException.getError()Returns the Dynamic Client Registration protocolClientRegistrationException.ErrorCodewrapped by this exception.Returns the enum constant of this class with the specified name.ClientRegistrationException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pingidentity.sdk.oauth20.registration with parameters of type ClientRegistrationException.ErrorCodeModifier and TypeMethodDescriptionvoidClientRegistrationException.setError(ClientRegistrationException.ErrorCode error) Set the Dynamic Client Registration protocolClientRegistrationException.ErrorCodewrapped by this exception.Constructors in com.pingidentity.sdk.oauth20.registration with parameters of type ClientRegistrationException.ErrorCodeModifierConstructorDescriptionClientRegistrationException(javax.ws.rs.core.Response.Status status, ClientRegistrationException.ErrorCode error, String description) Create a new exception based on a HTTP response status code, error and description.