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 TypeInterfaceDescriptioninterface
A descriptor for an administrative flow.Classes in net.shibboleth.idp.admin that implement ProfileConfigurationModifier and TypeClassDescriptionclass
A descriptor for an administrative flow.class
Descriptor 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 TypeInterfaceDescriptioninterface
Configuration of profiles for authentication. -
Uses of ProfileConfiguration in net.shibboleth.idp.cas.config
Classes in net.shibboleth.idp.cas.config that implement ProfileConfigurationModifier and TypeClassDescriptionclass
Base class for CAS protocol configuration.class
CAS protocol configuration that applies to the/login
URI.class
CAS protocol configuration that applies to the/proxy
URI.class
CAS protocol configuration. -
Uses of ProfileConfiguration in net.shibboleth.idp.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.profile.configModifier and TypeInterfaceDescriptioninterface
ProfileConfiguration
with optional resolution of attributes.interface
AProfileConfiguration
supporting an activation condition.interface
ProfileConfiguration
with optional override of issuer setting.Classes in net.shibboleth.idp.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclass
Base class forConditionalProfileConfiguration
implementations.class
Base class forProfileConfiguration
implementations. -
Uses of ProfileConfiguration in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as ProfileConfigurationModifier and TypeFieldDescriptionprivate ProfileConfiguration
RelyingPartyContext.profileConfiguration
Profile 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.profileConfigurationsLookupStrategy
Lookup function to supplyprofileConfigurations
property.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 TypeMethodDescriptionvoid
RelyingPartyConfiguration.setProfileConfigurations
(Collection<ProfileConfiguration> configs) Set the profile configurations for this relying party.void
RelyingPartyConfiguration.setProfileConfigurationsLookupStrategy
(Function<ProfileRequestContext, Map<String, ProfileConfiguration>> strategy) Set a lookup strategy for theprofileConfigurations
property. -
Uses of ProfileConfiguration in net.shibboleth.idp.saml.idwsf.profile.config
Classes in net.shibboleth.idp.saml.idwsf.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclass
Configuration 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 TypeInterfaceDescriptioninterface
Common interface for SAML profile configurations involving artifact production.interface
Common interface for SAML profile configurations involving artifact consumption, for example artifact resolution requests.interface
Common interface for SAML profile configurations.Classes in net.shibboleth.idp.saml.profile.config that implement ProfileConfigurationModifier and TypeClassDescriptionclass
Base 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 TypeClassDescriptionclass
Configuration support for artifact-aware profiles.class
Configuration support for SAML 1 artifact resolution requests.class
Configuration support for SAML 1 attribute query requests.class
Configuration 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 TypeClassDescriptionclass
Configuration support for artifact-aware profiles.class
Base class for SAML 2 profile configurations.class
Configuration support for SAML 2 artifact resolution requests.class
Configuration support for SAML 2 attribute query requests.class
Configuration support for SAML 2 Browser SSO.class
Configuration support for SAML 2 ECP.class
Configuration support for SAML 2 Single Logout.