Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnErrorDetail
-
Packages that use AuthnErrorDetail 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 in com.pingidentity.sdk.api.authn.model
Subclasses of AuthnErrorDetail in com.pingidentity.sdk.api.authn.model Modifier and Type Class Description classPasswordPolicyViolationDetailThe API model representing additional details for password policy violation error(s) returned by the Authentication API.Methods in com.pingidentity.sdk.api.authn.model that return AuthnErrorDetail Modifier and Type Method Description AuthnErrorDetailAuthnErrorDetail.Builder. build()Build the instance.Methods in com.pingidentity.sdk.api.authn.model that return types with arguments of type AuthnErrorDetail Modifier and Type Method Description List<AuthnErrorDetail>AuthnError. getDetails()Get the error details.Methods in com.pingidentity.sdk.api.authn.model with parameters of type AuthnErrorDetail Modifier and Type Method Description AuthnError.BuilderAuthnError.Builder. detail(AuthnErrorDetail detail)Add an additional error detail object.Method parameters in com.pingidentity.sdk.api.authn.model with type arguments of type AuthnErrorDetail Modifier and Type Method Description voidAuthnError. setDetails(List<AuthnErrorDetail> details)Set the error details.Constructor parameters in com.pingidentity.sdk.api.authn.model with type arguments of type AuthnErrorDetail Constructor Description AuthnError(int httpStatus, String code, String message, List<AuthnErrorDetail> details)Create an instance with the specified parameters. -
Uses of AuthnErrorDetail in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnErrorDetail Modifier and Type Method Description AuthnErrorDetailAuthnErrorDetailSpec. makeInstance()Get an instance ofAuthnErrorDetailbased on the parameters in this spec.
-