Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnErrorDetail.Builder
Packages that use AuthnErrorDetail.Builder
Package
Description
Contains the core set of models for the Authentication API.
Defines various "spec" classes for the Authentication API.
-
Uses of AuthnErrorDetail.Builder in com.pingidentity.sdk.api.authn.model
Methods in com.pingidentity.sdk.api.authn.model that return AuthnErrorDetail.BuilderModifier and TypeMethodDescriptionSet the error code.Set the developer-facing error message.Set the JSON target field.AuthnErrorDetail.Builder.userMessage(String userMessage) Directly set the localized user-facing error message.AuthnErrorDetail.Builder.userMessageKey(String messageKey) Set the user-facing error message key. -
Uses of AuthnErrorDetail.Builder in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnErrorDetail.BuilderModifier and TypeMethodDescriptionAuthnErrorDetailSpec.makeInstanceBuilder()Get anAuthnErrorDetailbuilder initialized with the parameters from this spec.