Uses of Class
com.pingidentity.sdk.oauth20.registration.ClientRegistrationException.ErrorCode
-
Packages that use ClientRegistrationException.ErrorCode Package Description com.pingidentity.sdk.oauth20.registration 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.ErrorCode Modifier and Type Method Description ClientRegistrationException.ErrorCodeClientRegistrationException. getError()Returns the Dynamic Client Registration protocolClientRegistrationException.ErrorCodewrapped by this exception.static ClientRegistrationException.ErrorCodeClientRegistrationException.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientRegistrationException.ErrorCode[]ClientRegistrationException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk.oauth20.registration with parameters of type ClientRegistrationException.ErrorCode Modifier and Type Method Description voidClientRegistrationException. 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.ErrorCode Constructor Description ClientRegistrationException(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.
-