| Package | Description |
|---|---|
| net.shibboleth.idp.ui.context |
Context classes for information needed by the UI.
|
| net.shibboleth.idp.ui.impl |
Implementation classes for information needed by the UI.
|
| net.shibboleth.idp.ui.taglib |
Contains the code for the jsp taglibs.
|
| Modifier and Type | Method and Description |
|---|---|
RelyingPartyUIContext |
RelyingPartyUIContext.setBrowserLanguages(List<String> languages)
Set the browser languages.
|
RelyingPartyUIContext |
RelyingPartyUIContext.setFallbackLanguages(List<String> languages)
Set the fallback languages.
|
RelyingPartyUIContext |
RelyingPartyUIContext.setRPAttributeConsumingService(AttributeConsumingService what)
Set the
AttributeConsumingService for the request. |
RelyingPartyUIContext |
RelyingPartyUIContext.setRPEntityDescriptor(EntityDescriptor what)
Set the
EntityDescriptor. |
RelyingPartyUIContext |
RelyingPartyUIContext.setRPSPSSODescriptor(SPSSODescriptor what)
Set the
SPSSODescriptor. |
RelyingPartyUIContext |
RelyingPartyUIContext.setRPUInfo(UIInfo what)
Set the RP
UIInfo associated with the request. |
| 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<ProfileRequestContext,RelyingPartyUIContext> |
SetRPUIInformation.rpUIContextCreateStrategy
Strategy function to create the
RelyingPartyUIContext. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<ProfileRequestContext,RelyingPartyUIContext> |
SetRPUIInformation.getRPUIContextCreateStrategy()
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<ProfileRequestContext,RelyingPartyUIContext> strategy)
Set the mechanism to create/get the
RelyingPartyUIContext from the ProfileRequestContext. |
| Modifier and Type | Field and Description |
|---|---|
private RelyingPartyUIContext |
ServiceTagSupport.relyingPartyUIContext
Cached RelyingPartyUIContext.
|
| Modifier and Type | Field and Description |
|---|---|
private static com.google.common.base.Function<ProfileRequestContext,RelyingPartyUIContext> |
ServiceTagSupport.uiContextLookupStrategy
Strategy function for access to
RelyingPartyUIContext for input to resolver. |
| Modifier and Type | Method and Description |
|---|---|
protected RelyingPartyUIContext |
ServiceTagSupport.getRelyingPartyUIContext()
Get the
RelyingPartyUIContext for the request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceTagSupport.setUiContext(RelyingPartyUIContext value)
Deprecated.
this has to be calculated every time
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.