Uses of Class
net.shibboleth.idp.ui.context.RelyingPartyUIContext
Packages that use RelyingPartyUIContext
Package
Description
Context classes for information needed by the UI.
Implementation classes for information needed by the UI.
Contains the code for the jsp taglibs.
-
Uses of RelyingPartyUIContext in net.shibboleth.idp.ui.context
Methods in net.shibboleth.idp.ui.context that return RelyingPartyUIContextModifier and TypeMethodDescriptionRelyingPartyUIContext.setBrowserLanguageRanges(List<Locale.LanguageRange> ranges) Set the browser languages.RelyingPartyUIContext.setFallbackLanguages(List<String> languages) Set the fallback languages.RelyingPartyUIContext.setRequestSupplier(NonnullSupplier<HttpServletRequest> what) Set the Servlet Request.RelyingPartyUIContext.setRPAttributeConsumingService(AttributeConsumingService what) Set theACSUIInfofor the request.RelyingPartyUIContext.setRPEntityDescriptor(EntityDescriptor what) Set theEntityDescriptor.RelyingPartyUIContext.setRPSPSSODescriptor(SPSSODescriptor what) Set theSPSSODescriptor.RelyingPartyUIContext.setRPUInfo(UIInfo what) Set the RPIdPUIInfoassociated with the request. -
Uses of RelyingPartyUIContext in net.shibboleth.idp.ui.impl
Fields in net.shibboleth.idp.ui.impl with type parameters of type RelyingPartyUIContextModifier and TypeFieldDescriptionSetRPUIInformation.rpUIContextCreateStrategyStrategy function to create theRelyingPartyUIContext.Methods in net.shibboleth.idp.ui.impl that return types with arguments of type RelyingPartyUIContextModifier and TypeMethodDescriptionSetRPUIInformation.getRPUIContextCreateStrategy()Get the mechanism to create/get theRelyingPartyUIContextfrom theProfileRequestContext.Method parameters in net.shibboleth.idp.ui.impl with type arguments of type RelyingPartyUIContextModifier and TypeMethodDescriptionvoidSetRPUIInformation.setRPUIContextCreateStrategy(Function<ProfileRequestContext, RelyingPartyUIContext> strategy) Set the mechanism to create/get theRelyingPartyUIContextfrom theProfileRequestContext. -
Uses of RelyingPartyUIContext in net.shibboleth.idp.ui.taglib
Fields in net.shibboleth.idp.ui.taglib declared as RelyingPartyUIContextModifier and TypeFieldDescriptionprivate RelyingPartyUIContextServiceTagSupport.relyingPartyUIContextCached RelyingPartyUIContext.Fields in net.shibboleth.idp.ui.taglib with type parameters of type RelyingPartyUIContextModifier and TypeFieldDescriptionprivate static Function<ProfileRequestContext,RelyingPartyUIContext> ServiceTagSupport.uiContextLookupStrategyStrategy function for access toRelyingPartyUIContextfor input to resolver.Methods in net.shibboleth.idp.ui.taglib that return RelyingPartyUIContextModifier and TypeMethodDescriptionprotected RelyingPartyUIContextServiceTagSupport.getRelyingPartyUIContext()Get theRelyingPartyUIContextfor the request.Methods in net.shibboleth.idp.ui.taglib with parameters of type RelyingPartyUIContextModifier and TypeMethodDescriptionvoidServiceTagSupport.setUiContext(RelyingPartyUIContext value) Deprecated.this has to be calculated every time