| Package | Description |
|---|---|
| net.shibboleth.idp.profile.impl |
Implementations of various profile actions.
|
| Modifier and Type | Field and Description |
|---|---|
private WebFlowMessageHandlerAdaptor.Direction |
WebFlowMessageHandlerAdaptor.direction
The direction of execution for this action instance.
|
| Modifier and Type | Method and Description |
|---|---|
static WebFlowMessageHandlerAdaptor.Direction |
WebFlowMessageHandlerAdaptor.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebFlowMessageHandlerAdaptor.Direction[] |
WebFlowMessageHandlerAdaptor.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WebFlowMessageHandlerAdaptor(com.google.common.base.Function<ProfileRequestContext,MessageHandler> lookupStrategy,
WebFlowMessageHandlerAdaptor.Direction executionDirection)
Constructor.
|
WebFlowMessageHandlerAdaptor(MessageHandler messageHandler,
WebFlowMessageHandlerAdaptor.Direction executionDirection)
Constructor.
|
WebFlowMessageHandlerAdaptor(WebFlowMessageHandlerAdaptor.Direction executionDirection)
Constructor.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.