AuthnStateSpec.Builder<ModelType> |
AuthnStateSpec.Builder.action(AuthnActionSpec<?> action) |
Add an action.
|
AuthnStateSpec.Builder<ModelType> |
AuthnStateSpec.Builder.clearActions() |
Clear the actions associated with the builder.
|
AuthnStateSpec.Builder<ModelType> |
AuthnStateSpec.Builder.description(String description) |
Set the description.
|
AuthnStateSpec.Builder<ModelType> |
AuthnStateSpec.Builder.modelClass(Class<?> modelClass) |
Set the model class.
|
AuthnStateSpec.Builder<ModelType> |
AuthnStateSpec.Builder.status(String status) |
Set the status.
|
AuthnStateSpec.Builder<ModelType> |
AuthnStateSpec.Builder.template(AuthnStateSpec<?> template,
Class<ModelType> overrideModelClass) |
Initialize the builder with the values from an existing spec, overriding the model class.
|
AuthnStateSpec.Builder<ModelType> |
AuthnStateSpec.Builder.template(AuthnStateSpec<ModelType> template) |
Initialize the builder with the values from an existing spec.
|