Uses of Interface
net.shibboleth.idp.profile.config.ProfileConfiguration
Packages that use ProfileConfiguration
Package
Description
Classes supporting administrative interface machinery.
Configuration touchpoints for authentication flows.
CAS protocol configuration implementations.
Classes pertaining to request-time profile configuration options.
Context classes for IdP-specific information needed by profile actions.
APIs for retrieving the per-relying party configuration for a given profile request.
Profile configurations for Liberty ID-WSF profiles.
Functionality and base classes common to both SAML 1 and 2 profile configuration.
Profile configurations for SAML 1 profiles.
Profile configurations for SAML 2 profiles.
-
Uses of ProfileConfiguration in net.shibboleth.idp.admin
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.adminModifier and TypeInterfaceDescriptioninterfaceA descriptor for an administrative flow.Classes in net.shibboleth.idp.admin that implement ProfileConfigurationModifier and TypeClassDescriptionclassA descriptor for an administrative flow.classDescriptor for an administrative flow that tracks whether it's been run or not to limit use. -
Uses of ProfileConfiguration in net.shibboleth.idp.authn.config
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.authn.configModifier and TypeInterfaceDescriptioninterfaceConfiguration of profiles for authentication. -
Uses of ProfileConfiguration in net.shibboleth.idp.cas.config
Classes in net.shibboleth.idp.cas.config that implement ProfileConfigurationModifier and TypeClassDescriptionclassBase class for CAS protocol configuration.classCAS protocol configuration that applies to the/loginURI.classCAS protocol configuration that applies to the/proxyURI.classCAS protocol configuration. -
Uses of ProfileConfiguration in net.shibboleth.idp.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.profile.configModifier and TypeInterfaceDescriptioninterfaceProfileConfigurationwith optional resolution of attributes.interfaceAProfileConfigurationsupporting an activation condition.interfaceProfileConfigurationwith optional override of issuer setting.Classes in net.shibboleth.idp.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclassBase class forConditionalProfileConfigurationimplementations.classBase class forProfileConfigurationimplementations. -
Uses of ProfileConfiguration in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as ProfileConfigurationModifier and TypeFieldDescriptionprivate ProfileConfigurationRelyingPartyContext.profileConfigurationProfile configuration that is in use.Methods in net.shibboleth.idp.profile.context that return ProfileConfigurationModifier and TypeMethodDescriptionRelyingPartyContext.getProfileConfig()Get the configuration for the request profile currently being processed.Methods in net.shibboleth.idp.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.idp.relyingparty
Fields in net.shibboleth.idp.relyingparty with type parameters of type ProfileConfigurationModifier and TypeFieldDescriptionRelyingPartyConfiguration.profileConfigurationsLookupStrategyLookup function to supplyprofileConfigurationsproperty.Methods in net.shibboleth.idp.relyingparty that return ProfileConfigurationModifier and TypeMethodDescriptionRelyingPartyConfiguration.getProfileConfiguration(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 ProfileConfigurationModifier and TypeMethodDescriptionRelyingPartyConfiguration.getProfileConfigurations(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 ProfileConfigurationModifier and TypeMethodDescriptionvoidRelyingPartyConfiguration.setProfileConfigurations(Collection<ProfileConfiguration> configs) Set the profile configurations for this relying party.voidRelyingPartyConfiguration.setProfileConfigurationsLookupStrategy(Function<ProfileRequestContext, Map<String, ProfileConfiguration>> strategy) Set a lookup strategy for theprofileConfigurationsproperty. -
Uses of ProfileConfiguration in net.shibboleth.idp.saml.idwsf.profile.config
Classes in net.shibboleth.idp.saml.idwsf.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclassConfiguration support for the Liberty ID-WSF SSOS profile. -
Uses of ProfileConfiguration in net.shibboleth.idp.saml.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.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.interfaceCommon interface for SAML profile configurations.Classes in net.shibboleth.idp.saml.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclassBase class for SAML profile configurations. -
Uses of ProfileConfiguration in net.shibboleth.idp.saml.saml1.profile.config
Classes in net.shibboleth.idp.saml.saml1.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclassConfiguration support for artifact-aware profiles.classConfiguration support for SAML 1 artifact resolution requests.classConfiguration support for SAML 1 attribute query requests.classConfiguration for SAML 1 Browser SSO profile requests. -
Uses of ProfileConfiguration in net.shibboleth.idp.saml.saml2.profile.config
Classes in net.shibboleth.idp.saml.saml2.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclassConfiguration support for artifact-aware profiles.classBase class for SAML 2 profile configurations.classConfiguration support for SAML 2 artifact resolution requests.classConfiguration support for SAML 2 attribute query requests.classConfiguration support for SAML 2 Browser SSO.classConfiguration support for SAML 2 ECP.classConfiguration support for SAML 2 Single Logout.