Uses of Class
net.shibboleth.idp.ui.context.RelyingPartyUIContext
-
Packages that use RelyingPartyUIContext 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. -
-
Uses of RelyingPartyUIContext in net.shibboleth.idp.ui.context
Methods in net.shibboleth.idp.ui.context that return RelyingPartyUIContext Modifier and Type Method Description RelyingPartyUIContextRelyingPartyUIContext. setBrowserLanguageRanges(List<Locale.LanguageRange> ranges)Set the browser languages.RelyingPartyUIContextRelyingPartyUIContext. setBrowserLanguages(List<String> languages)Deprecated, for removal: This API element is subject to removal in a future version.RelyingPartyUIContextRelyingPartyUIContext. setFallbackLanguages(List<String> languages)Set the fallback languages.RelyingPartyUIContextRelyingPartyUIContext. setRequestSupplier(NonnullSupplier<javax.servlet.http.HttpServletRequest> what)Set the Servlet Request.RelyingPartyUIContextRelyingPartyUIContext. setRPAttributeConsumingService(AttributeConsumingService what)Set theACSUIInfofor the request.RelyingPartyUIContextRelyingPartyUIContext. setRPEntityDescriptor(EntityDescriptor what)Set theEntityDescriptor.RelyingPartyUIContextRelyingPartyUIContext. setRPSPSSODescriptor(SPSSODescriptor what)Set theSPSSODescriptor.RelyingPartyUIContextRelyingPartyUIContext. 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 declared as RelyingPartyUIContext Modifier and Type Field Description private RelyingPartyUIContextSetRPUIInformation. rpUIContextThe RPUI context - we always create this inSetRPUIInformation.doPreExecute(ProfileRequestContext).Fields in net.shibboleth.idp.ui.impl with type parameters of type RelyingPartyUIContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyUIContext>SetRPUIInformation. rpUIContextCreateStrategyStrategy function to create theRelyingPartyUIContext.Methods in net.shibboleth.idp.ui.impl that return types with arguments of type RelyingPartyUIContext Modifier and Type Method Description Function<ProfileRequestContext,RelyingPartyUIContext>SetRPUIInformation. getRPUIContextCreateStrategy()Get the mechanism to create/get theRelyingPartyUIContextfrom theProfileRequestContext.Method parameters in net.shibboleth.idp.ui.impl with type arguments of type RelyingPartyUIContext Modifier and Type Method Description voidSetRPUIInformation. 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 RelyingPartyUIContext Modifier and Type Field Description private RelyingPartyUIContextServiceTagSupport. relyingPartyUIContextCached RelyingPartyUIContext.Fields in net.shibboleth.idp.ui.taglib with type parameters of type RelyingPartyUIContext Modifier and Type Field Description private static Function<ProfileRequestContext,RelyingPartyUIContext>ServiceTagSupport. uiContextLookupStrategyStrategy function for access toRelyingPartyUIContextfor input to resolver.Methods in net.shibboleth.idp.ui.taglib that return RelyingPartyUIContext Modifier and Type Method Description protected RelyingPartyUIContextServiceTagSupport. getRelyingPartyUIContext()Get theRelyingPartyUIContextfor the request.Methods in net.shibboleth.idp.ui.taglib with parameters of type RelyingPartyUIContext Modifier and Type Method Description voidServiceTagSupport. setUiContext(RelyingPartyUIContext value)Deprecated.this has to be calculated every time
-