Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnError.Builder
Packages that use AuthnError.Builder
Package
Description
Contains the core set of models for the Authentication API.
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.BuilderModifier and TypeMethodDescriptionSet the error code.AuthnError.Builder.detail(AuthnErrorDetail detail) Add an additional error detail object.AuthnError.Builder.httpStatus(int httpStatus) Set the status code.Set the developer-facing error message.AuthnError.Builder.userMessage(String userMessage) Directly set the localized user-facing error message.AuthnError.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.BuilderModifier and TypeMethodDescriptionAuthnErrorSpec.makeInstanceBuilder()Get anAuthnErrorbuilder initialized with the parameters from this spec.