| Package | Description |
|---|---|
| net.shibboleth.idp.profile.context |
Context classes for IdP-specific information needed by profile actions.
|
| Modifier and Type | Field and Description |
|---|---|
private ProfileInterceptorFlowDescriptor |
ProfileInterceptorContext.attemptedFlow
The last flow attempted.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ProfileInterceptorFlowDescriptor> |
ProfileInterceptorContext.availableFlows
Flows that need to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileInterceptorFlowDescriptor |
ProfileInterceptorContext.getAttemptedFlow()
Get the last flow that was attempted.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProfileInterceptorFlowDescriptor> |
ProfileInterceptorContext.getAvailableFlows()
Get the flows that are available to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileInterceptorContext.setAttemptedFlow(ProfileInterceptorFlowDescriptor flow)
Set the last flow that was attempted.
|
Copyright © 1999–2014. All rights reserved.