Uses of Interface
net.shibboleth.profile.config.ProfileConfiguration
Packages that use ProfileConfiguration
Package
Description
Classes pertaining to request-time profile configuration options.
Profile testing APIs.
Context classes used in profile handling.
Shared RelyingPartyConfiguration and resolver APIs.
Generic SAML profile configuration.
SAML 1.x profile configuration classes.
SAML 2.0 profile configuration classes.
-
Uses of ProfileConfiguration in net.shibboleth.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.profile.configModifier and TypeInterfaceDescriptioninterfaceProfileConfigurationwith optional resolution of attributes.interfaceAProfileConfigurationsupporting an activation condition.interfaceProfileConfigurationwith optional override of issuer setting.Classes in net.shibboleth.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclassBase class forConditionalProfileConfigurationimplementations.classBase class forProfileConfigurationimplementations. -
Uses of ProfileConfiguration in net.shibboleth.profile.config.testing
Classes in net.shibboleth.profile.config.testing that implement ProfileConfiguration -
Uses of ProfileConfiguration in net.shibboleth.profile.context
Fields in net.shibboleth.profile.context declared as ProfileConfigurationModifier and TypeFieldDescriptionprivate ProfileConfigurationRelyingPartyContext.profileConfigurationProfile configuration that is in use.Methods in net.shibboleth.profile.context that return ProfileConfigurationModifier and TypeMethodDescriptionRelyingPartyContext.ensureProfileConfig()Get the configuration for the request profile currently being processed, raising anIllegalStateExceptionif null.RelyingPartyContext.getProfileConfig()Get the configuration for the request profile currently being processed.Methods in net.shibboleth.profile.context with parameters of type ProfileConfigurationModifier and TypeMethodDescriptionRelyingPartyContext.setProfileConfig(ProfileConfiguration config) Set the configuration for the request profile currently being processed. -
Uses of ProfileConfiguration in net.shibboleth.profile.relyingparty
Fields in net.shibboleth.profile.relyingparty with type parameters of type ProfileConfigurationModifier and TypeFieldDescriptionBasicRelyingPartyConfiguration.profileConfigurationsLookupStrategyLookup function to supplyprofileConfigurationsproperty.Methods in net.shibboleth.profile.relyingparty that return ProfileConfigurationModifier and TypeMethodDescriptionBasicRelyingPartyConfiguration.getProfileConfiguration(ProfileRequestContext profileRequestContext, String profileId) Get the profile configuration, for the relying party, for the given profile.RelyingPartyConfiguration.getProfileConfiguration(ProfileRequestContext profileRequestContext, String profileId) Get the profile configuration, for the relying party, for the given profile.Methods in net.shibboleth.profile.relyingparty that return types with arguments of type ProfileConfigurationModifier and TypeMethodDescriptionBasicRelyingPartyConfiguration.getProfileConfigurations(ProfileRequestContext profileRequestContext) Get the unmodifiable set of profile configurations for this relying party.RelyingPartyConfiguration.getProfileConfigurations(ProfileRequestContext profileRequestContext) Get the unmodifiable set of profile configurations for this relying party.Method parameters in net.shibboleth.profile.relyingparty with type arguments of type ProfileConfigurationModifier and TypeMethodDescriptionvoidBasicRelyingPartyConfiguration.setProfileConfigurations(Collection<ProfileConfiguration> configs) Set the profile configurations for this relying party.voidBasicRelyingPartyConfiguration.setProfileConfigurationsLookupStrategy(Function<ProfileRequestContext, Map<String, ProfileConfiguration>> strategy) Set a lookup strategy for theprofileConfigurationsproperty. -
Uses of ProfileConfiguration in net.shibboleth.saml.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.saml.profile.configModifier and TypeInterfaceDescriptioninterfaceCommon interface for SAML profile configurations involving artifact production.interfaceCommon interface for SAML profile configurations involving artifact consumption, for example artifact resolution requests.interfaceInterface for configuration of SAML profiles that consume assertions.interfaceInterface for SAML profiles that produce assertions.interfaceCommon interface for SAML profile configurations. -
Uses of ProfileConfiguration in net.shibboleth.saml.saml1.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.saml.saml1.profile.configModifier and TypeInterfaceDescriptioninterfaceConfiguration support for SAML 1.x artifact resolution profile.interfaceConfiguration support for SAML 1.x attribute query profile.interfaceConfiguration for SAML 1.x Browser SSO profile. -
Uses of ProfileConfiguration in net.shibboleth.saml.saml2.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.saml.saml2.profile.configModifier and TypeInterfaceDescriptioninterfaceConfiguration support for SAML 2.0 artifact resolution profile.interfaceConfiguration support for SAML 2.0 attribute query profile.interfaceConfiguration for SAML 2.0 Browser SSO profile.interfaceConfiguration support for SAML 2.0 ECP profile.interfaceInterface for SAML 2.0 profiles that produce assertions.interfaceBase interface for SAML 2 profile configurations.interfaceConfiguration support for SAML 2 Single Logout.