Uses of Interface
net.shibboleth.idp.profile.config.ConditionalProfileConfiguration
-
Packages that use ConditionalProfileConfiguration Package Description 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.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 ConditionalProfileConfiguration in net.shibboleth.idp.cas.config
Classes in net.shibboleth.idp.cas.config that implement ConditionalProfileConfiguration 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 ConditionalProfileConfiguration in net.shibboleth.idp.profile.config
Classes in net.shibboleth.idp.profile.config that implement ConditionalProfileConfiguration Modifier and Type Class Description classAbstractConditionalProfileConfigurationBase class forConditionalProfileConfigurationimplementations. -
Uses of ConditionalProfileConfiguration in net.shibboleth.idp.saml.idwsf.profile.config
Classes in net.shibboleth.idp.saml.idwsf.profile.config that implement ConditionalProfileConfiguration Modifier and Type Class Description classSSOSProfileConfigurationConfiguration support for the Liberty ID-WSF SSOS profile. -
Uses of ConditionalProfileConfiguration in net.shibboleth.idp.saml.profile.config
Classes in net.shibboleth.idp.saml.profile.config that implement ConditionalProfileConfiguration Modifier and Type Class Description classAbstractSAMLProfileConfigurationBase class for SAML profile configurations. -
Uses of ConditionalProfileConfiguration in net.shibboleth.idp.saml.saml1.profile.config
Classes in net.shibboleth.idp.saml.saml1.profile.config that implement ConditionalProfileConfiguration 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 ConditionalProfileConfiguration in net.shibboleth.idp.saml.saml2.profile.config
Classes in net.shibboleth.idp.saml.saml2.profile.config that implement ConditionalProfileConfiguration 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.
-