Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnErrorDetail.Builder
-
Packages that use AuthnErrorDetail.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 AuthnErrorDetail.Builder in com.pingidentity.sdk.api.authn.model
Methods in com.pingidentity.sdk.api.authn.model that return AuthnErrorDetail.Builder Modifier and Type Method Description AuthnErrorDetail.BuilderAuthnErrorDetail.Builder. code(String code)Set the error code.AuthnErrorDetail.BuilderAuthnErrorDetail.Builder. message(String message)Set the developer-facing error message.AuthnErrorDetail.BuilderAuthnErrorDetail.Builder. target(String target)Set the JSON target field.AuthnErrorDetail.BuilderAuthnErrorDetail.Builder. userMessage(String userMessage)Directly set the localized user-facing error message.AuthnErrorDetail.BuilderAuthnErrorDetail.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.Builder Modifier and Type Method Description AuthnErrorDetail.BuilderAuthnErrorDetailSpec. makeInstanceBuilder()Get anAuthnErrorDetailbuilder initialized with the parameters from this spec.
-