Uses of Interface
net.shibboleth.idp.profile.config.ProfileConfiguration
-
Packages that use ProfileConfiguration Package Description net.shibboleth.idp.admin Classes supporting administrative interface machinery.net.shibboleth.idp.authn.config Configuration touchpoints for authentication flows.net.shibboleth.idp.cas.config CAS protocol configuration implementations.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.net.shibboleth.idp.saml.idwsf.profile.config Profile configurations for Liberty ID-WSF profiles.net.shibboleth.idp.saml.profile.config Functionality and base classes common to both SAML 1 and 2 profile configuration.net.shibboleth.idp.saml.saml1.profile.config Profile configurations for SAML 1 profiles.net.shibboleth.idp.saml.saml2.profile.config Profile configurations for SAML 2 profiles. -
-
Uses of ProfileConfiguration in net.shibboleth.idp.admin
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.admin Modifier and Type Interface Description interfaceAdministrativeFlowDescriptorA descriptor for an administrative flow.Classes in net.shibboleth.idp.admin that implement ProfileConfiguration Modifier and Type Class Description classBasicAdministrativeFlowDescriptorA descriptor for an administrative flow.classOneTimeAdministrativeFlowDescriptorDescriptor 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.config Modifier and Type Interface Description interfaceAuthenticationProfileConfigurationConfiguration of profiles for authentication. -
Uses of ProfileConfiguration in net.shibboleth.idp.cas.config
Classes in net.shibboleth.idp.cas.config that implement ProfileConfiguration Modifier and Type Class Description classAbstractProtocolConfigurationBase class for CAS protocol configuration.classLoginConfigurationCAS protocol configuration that applies to the/loginURI.classProxyConfigurationCAS protocol configuration that applies to the/proxyURI.classValidateConfigurationCAS protocol configuration. -
Uses of ProfileConfiguration in net.shibboleth.idp.profile.config
Subinterfaces of ProfileConfiguration in net.shibboleth.idp.profile.config Modifier and Type Interface Description interfaceAttributeResolvingProfileConfigurationProfileConfigurationwith optional resolution of attributes.interfaceConditionalProfileConfigurationAProfileConfigurationsupporting an activation condition.interfaceOverriddenIssuerProfileConfigurationProfileConfigurationwith optional override of issuer setting.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<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(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(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<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 ProfileConfiguration Modifier and Type Class Description classSSOSProfileConfigurationConfiguration 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.config Modifier and Type Interface Description interfaceSAMLArtifactAwareProfileConfigurationCommon interface for SAML profile configurations involving artifact production.interfaceSAMLArtifactConsumerProfileConfigurationCommon interface for SAML profile configurations involving artifact consumption, for example artifact resolution requests.interfaceSAMLProfileConfigurationCommon interface for SAML profile configurations.Classes in net.shibboleth.idp.saml.profile.config that implement ProfileConfiguration Modifier and Type Class Description classAbstractSAMLProfileConfigurationBase 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 ProfileConfiguration Modifier and Type Class Description classAbstractSAML1ArtifactAwareProfileConfigurationConfiguration support for artifact-aware profiles.classArtifactResolutionProfileConfigurationConfiguration support for SAML 1 artifact resolution requests.classAttributeQueryProfileConfigurationConfiguration support for SAML 1 attribute query requests.classBrowserSSOProfileConfigurationConfiguration 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 ProfileConfiguration Modifier and Type Class Description classAbstractSAML2ArtifactAwareProfileConfigurationConfiguration support for artifact-aware profiles.classAbstractSAML2ProfileConfigurationBase class for SAML 2 profile configurations.classArtifactResolutionProfileConfigurationConfiguration support for SAML 2 artifact resolution requests.classAttributeQueryProfileConfigurationConfiguration support for SAML 2 attribute query requests.classBrowserSSOProfileConfigurationConfiguration support for SAML 2 Browser SSO.classECPProfileConfigurationConfiguration support for SAML 2 ECP.classSingleLogoutProfileConfigurationConfiguration support for SAML 2 Single Logout.
-