Uses of Class
com.pingidentity.sdk.api.authn.spec.AuthnErrorSpec.Builder
-
Packages that use AuthnErrorSpec.Builder Package Description com.pingidentity.sdk.api.authn.spec Defines various "spec" classes for the Authentication API. -
-
Uses of AuthnErrorSpec.Builder in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnErrorSpec.Builder Modifier and Type Method Description AuthnErrorSpec.BuilderAuthnErrorSpec.Builder. code(String code)Set the error code.AuthnErrorSpec.BuilderAuthnErrorSpec.Builder. httpStatus(int status)Set the HTTP status code.AuthnErrorSpec.BuilderAuthnErrorSpec.Builder. message(String message)Set the developer-facing error message.AuthnErrorSpec.BuilderAuthnErrorSpec.Builder. userMessageKey(String messageKey)Set the user-facing error message key.
-