Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnError.Builder
-
Packages that use AuthnError.Builder Package Description com.pingidentity.sdk.api.authn.model Contains the core set of models for the Authentication API.com.pingidentity.sdk.api.authn.spec Defines various "spec" classes for the Authentication API. -
-
Uses of AuthnError.Builder in com.pingidentity.sdk.api.authn.model
Methods in com.pingidentity.sdk.api.authn.model that return AuthnError.Builder Modifier and Type Method Description AuthnError.BuilderAuthnError.Builder. code(String code)Set the error code.AuthnError.BuilderAuthnError.Builder. detail(AuthnErrorDetail detail)Add an additional error detail object.AuthnError.BuilderAuthnError.Builder. httpStatus(int httpStatus)Set the status code.AuthnError.BuilderAuthnError.Builder. message(String message)Set the developer-facing error message.AuthnError.BuilderAuthnError.Builder. userMessage(String userMessage)Directly set the localized user-facing error message.AuthnError.BuilderAuthnError.Builder. userMessageKey(String messageKey)Set the user-facing error message key. -
Uses of AuthnError.Builder in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnError.Builder Modifier and Type Method Description AuthnError.BuilderAuthnErrorSpec. makeInstanceBuilder()Get anAuthnErrorbuilder initialized with the parameters from this spec.
-