Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnErrorDetail
Packages that use AuthnErrorDetail
Package
Description
Contains the core set of models for the Authentication API.
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.modelModifier and TypeClassDescriptionclassThe 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 AuthnErrorDetailMethods in com.pingidentity.sdk.api.authn.model that return types with arguments of type AuthnErrorDetailMethods in com.pingidentity.sdk.api.authn.model with parameters of type AuthnErrorDetailModifier and TypeMethodDescriptionAuthnError.Builder.detail(AuthnErrorDetail detail) Add an additional error detail object.Method parameters in com.pingidentity.sdk.api.authn.model with type arguments of type AuthnErrorDetailModifier and TypeMethodDescriptionvoidAuthnError.setDetails(List<AuthnErrorDetail> details) Set the error details.Constructor parameters in com.pingidentity.sdk.api.authn.model with type arguments of type AuthnErrorDetailModifierConstructorDescriptionAuthnError(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 AuthnErrorDetailModifier and TypeMethodDescriptionAuthnErrorDetailSpec.makeInstance()Get an instance ofAuthnErrorDetailbased on the parameters in this spec.