Class AuthnErrorGroup.Builder
java.lang.Object
com.pingidentity.sdk.api.authn.spec.AuthnErrorGroup.Builder
- Enclosing class:
- AuthnErrorGroup
A fluent builder for
AuthnErrorGroup instances.- Since:
- 9.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the instance.error(AuthnErrorSpec errorSpec) Set the top-level error spec.errorDetail(AuthnErrorDetailSpec detailSpec) Add an error detail spec to the list.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Build the instance. -
error
Set the top-level error spec. -
errorDetail
Add an error detail spec to the list.
-