| 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(org.opensaml.saml.saml2.metadata.AttributeConsumingService what)
Set the
AttributeConsumingService for the request. |
RelyingPartyUIContext |
RelyingPartyUIContext.setRPEntityDescriptor(org.opensaml.saml.saml2.metadata.EntityDescriptor what)
Set the
EntityDescriptor. |
RelyingPartyUIContext |
RelyingPartyUIContext.setRPSPSSODescriptor(org.opensaml.saml.saml2.metadata.SPSSODescriptor what)
Set the
SPSSODescriptor. |
RelyingPartyUIContext |
RelyingPartyUIContext.setRPUInfo(org.opensaml.saml.ext.saml2mdui.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 Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyUIContext> |
SetRPUIInformation.rpUIContextCreateStrategy
Strategy function to create the
RelyingPartyUIContext. |
| Modifier and Type | Method and Description |
|---|---|
Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyUIContext> |
SetRPUIInformation.getRPUIContextCreateStrategy()
Get the mechanism to create/get the
RelyingPartyUIContext from the ProfileRequestContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
SetRPUIInformation.setRPUIContextCreateStrategy(Function<org.opensaml.profile.context.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 Function<org.opensaml.profile.context.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–2016 Shibboleth Consortium. All rights reserved.