public static class InactivityConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InactivityConfig.Builder |
action(InactivityConfig.Action action)
an inactivity action to be triggered
|
InactivityConfig |
build() |
InactivityConfig.Builder |
copy(InactivityConfig model) |
InactivityConfig.Builder |
gracePeriodInMinutes(Integer gracePeriodInMinutes)
The period of time (in minutes) during which the session must remain inactive before any
action occurs.
|
public InactivityConfig.Builder action(InactivityConfig.Action action)
an inactivity action to be triggered
action
- the value to setpublic InactivityConfig.Builder gracePeriodInMinutes(Integer gracePeriodInMinutes)
The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
gracePeriodInMinutes
- the value to setpublic InactivityConfig build()
public InactivityConfig.Builder copy(InactivityConfig model)
Copyright © 2016–2024. All rights reserved.