| Package | Description |
|---|---|
| net.shibboleth.idp.session.context |
Context classes for managing session-related state.
|
| Modifier and Type | Field and Description |
|---|---|
private LogoutPropagationContext.Result |
LogoutPropagationContext.result
Result of logout propagation flow.
|
| Modifier and Type | Method and Description |
|---|---|
LogoutPropagationContext.Result |
LogoutPropagationContext.getResult()
Get the result of the logout propagation.
|
static LogoutPropagationContext.Result |
LogoutPropagationContext.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogoutPropagationContext.Result[] |
LogoutPropagationContext.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogoutPropagationContext.setResult(LogoutPropagationContext.Result theResult)
Set the logout propagation result.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.