Uses of Interface
net.shibboleth.idp.profile.config.ProfileConfiguration
-
Packages that use ProfileConfiguration Package Description net.shibboleth.idp.profile.config Classes pertaining to request-time profile configuration options.net.shibboleth.idp.profile.context Context classes for IdP-specific information needed by profile actions.net.shibboleth.idp.relyingparty APIs for retrieving the per-relying party configuration for a given profile request. -
-
Uses of ProfileConfiguration in net.shibboleth.idp.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.profile.config Modifier and Type Interface Description interfaceConditionalProfileConfigurationAProfileConfigurationsupporting an activation condition.Classes in net.shibboleth.idp.profile.config that implement ProfileConfiguration Modifier and Type Class Description classAbstractConditionalProfileConfigurationBase class forConditionalProfileConfigurationimplementations.classAbstractProfileConfigurationBase class forProfileConfigurationimplementations. -
Uses of ProfileConfiguration in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as ProfileConfiguration Modifier and Type Field Description private ProfileConfigurationRelyingPartyContext. profileConfigurationProfile configuration that is in use.Methods in net.shibboleth.idp.profile.context that return ProfileConfiguration Modifier and Type Method Description ProfileConfigurationRelyingPartyContext. getProfileConfig()Get the configuration for the request profile currently being processed.Methods in net.shibboleth.idp.profile.context with parameters of type ProfileConfiguration Modifier and Type Method Description RelyingPartyContextRelyingPartyContext. setProfileConfig(ProfileConfiguration config)Set the configuration for the request profile currently being processed. -
Uses of ProfileConfiguration in net.shibboleth.idp.relyingparty
Fields in net.shibboleth.idp.relyingparty with type parameters of type ProfileConfiguration Modifier and Type Field Description private Function<org.opensaml.profile.context.ProfileRequestContext,Map<String,ProfileConfiguration>>RelyingPartyConfiguration. profileConfigurationsLookupStrategyLookup function to supplyprofileConfigurationsproperty.Methods in net.shibboleth.idp.relyingparty that return ProfileConfiguration Modifier and Type Method Description ProfileConfigurationRelyingPartyConfiguration. getProfileConfiguration(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, String profileId)Get the profile configuration, for the relying party, for the given profile.Methods in net.shibboleth.idp.relyingparty that return types with arguments of type ProfileConfiguration Modifier and Type Method Description Map<String,ProfileConfiguration>RelyingPartyConfiguration. getProfileConfigurations(org.opensaml.profile.context.ProfileRequestContext profileRequestContext)Get the unmodifiable set of profile configurations for this relying party.Method parameters in net.shibboleth.idp.relyingparty with type arguments of type ProfileConfiguration Modifier and Type Method Description voidRelyingPartyConfiguration. setProfileConfigurations(Collection<ProfileConfiguration> configs)Set the profile configurations for this relying party.voidRelyingPartyConfiguration. setProfileConfigurationsLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,Map<String,ProfileConfiguration>> strategy)Set a lookup strategy for theprofileConfigurationsproperty.
-