public static class SessionTerminationManager.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
auth |
protected NetworkSession |
networkSession |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SessionTerminationManager.Builder |
auth(Authentication auth) |
SessionTerminationManager |
build() |
SessionTerminationManager.Builder |
networkSession(NetworkSession networkSession) |
protected Authentication auth
protected NetworkSession networkSession
public Builder()
public SessionTerminationManager.Builder auth(Authentication auth)
public SessionTerminationManager.Builder networkSession(NetworkSession networkSession)
public SessionTerminationManager build()