Uses of Class
com.pingidentity.sdk.api.authn.spec.AuthnStateSpec.Builder
Packages that use AuthnStateSpec.Builder
Package
Description
Defines various "spec" classes for the Authentication API.
-
Uses of AuthnStateSpec.Builder in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnStateSpec.BuilderModifier and TypeMethodDescriptionAuthnStateSpec.Builder.action(AuthnActionSpec<?> action) Add an action.AuthnStateSpec.Builder.clearActions()Clear the actions associated with the builder.AuthnStateSpec.Builder.description(String description) Set the description.AuthnStateSpec.Builder.modelClass(Class<?> modelClass) Set the model class.Set the status.AuthnStateSpec.Builder.template(AuthnStateSpec<?> template, Class<ModelType> overrideModelClass) Initialize the builder with the values from an existing spec, overriding the model class.AuthnStateSpec.Builder.template(AuthnStateSpec<ModelType> template) Initialize the builder with the values from an existing spec.