| Package | Description |
|---|---|
| net.shibboleth.idp.ui.context |
Context classes for IdP-specific information needed by the UI.
|
| Modifier and Type | Field and Description |
|---|---|
private RelyingPartyUIContext |
SetRPUIInformation.rpUIContext
The RPUI context - we always create this in
SetRPUIInformation.doPreExecute(ProfileRequestContext). |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyUIContext> |
SetRPUIInformation.rpUIContextCreateStrategy
Strategy function to create the
RelyingPartyUIContext. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyUIContext> |
SetRPUIInformation.gsetRPUIContextCreateStrategy()
Get the mechanism to create/get the
RelyingPartyUIContext from the ProfileRequestContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
SetRPUIInformation.setRPUIContextCreateStrategy(com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyUIContext> strategy)
Set the mechanism to create/get the
RelyingPartyUIContext from the ProfileRequestContext. |
Copyright © 1999–2014. All rights reserved.