Uses of Class
com.pingidentity.sdk.api.authn.spec.AuthnActionSpec.Builder
Packages that use AuthnActionSpec.Builder
Package
Description
Defines various "spec" classes for the Authentication API.
-
Uses of AuthnActionSpec.Builder in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnActionSpec.BuilderModifier and TypeMethodDescriptionAuthnActionSpec.Builder.description(String description) Set the action description, for API documentation.AuthnActionSpec.Builder.error(AuthnErrorSpec errorSpec) Add an error spec.AuthnActionSpec.Builder.errorDetail(AuthnErrorDetailSpec errorDetailSpec) Add an error detail spec.AuthnActionSpec.Builder.errorDetails(Collection<AuthnErrorDetailSpec> details) Add a collection of error detail specs.Set the action ID.AuthnActionSpec.Builder.modelClass(Class<?> cls) Set the model class.AuthnActionSpec.Builder.template(AuthnActionSpec<?> template, Class<ModelType> overrideModelClass) Initialize the builder with the values from an existing spec, overriding the model class.AuthnActionSpec.Builder.template(AuthnActionSpec<ModelType> template) Initialize the builder with the values from an existing spec.