| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSAMLArtifactConfiguration
Interface for outbound SAML artifact configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactConfiguration |
SAMLArtifactAwareProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactConfiguration |
AttributeQueryProfileConfiguration.artifactConfig
SAML artifact configuration.
|
private SAMLArtifactConfiguration |
BrowserSSOProfileConfiguration.artifactConfig
SAML artifact configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private Function<ProfileRequestContext,SAMLArtifactConfiguration> |
AttributeQueryProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply
AttributeQueryProfileConfiguration.artifactConfig property. |
private Function<ProfileRequestContext,SAMLArtifactConfiguration> |
BrowserSSOProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply
BrowserSSOProfileConfiguration.artifactConfig property. |
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactConfiguration |
AttributeQueryProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
SAMLArtifactConfiguration |
BrowserSSOProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeQueryProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
void |
BrowserSSOProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeQueryProfileConfiguration.setArtifactConfigurationLookupStrategy(Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
AttributeQueryProfileConfiguration.artifactConfig property. |
void |
BrowserSSOProfileConfiguration.setArtifactConfigurationLookupStrategy(Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
BrowserSSOProfileConfiguration.artifactConfig property. |
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactConfiguration |
SingleLogoutProfileConfiguration.artifactConfig
SAML artifact configuration.
|
private SAMLArtifactConfiguration |
AttributeQueryProfileConfiguration.artifactConfig
SAML artifact configuration.
|
private SAMLArtifactConfiguration |
BrowserSSOProfileConfiguration.artifactConfig
SAML artifact configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private Function<ProfileRequestContext,SAMLArtifactConfiguration> |
SingleLogoutProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply
SingleLogoutProfileConfiguration.artifactConfig property. |
private Function<ProfileRequestContext,SAMLArtifactConfiguration> |
AttributeQueryProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply
AttributeQueryProfileConfiguration.artifactConfig property. |
private Function<ProfileRequestContext,SAMLArtifactConfiguration> |
BrowserSSOProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply
BrowserSSOProfileConfiguration.artifactConfig property. |
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactConfiguration |
SingleLogoutProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
SAMLArtifactConfiguration |
AttributeQueryProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
SAMLArtifactConfiguration |
BrowserSSOProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleLogoutProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
void |
AttributeQueryProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
void |
BrowserSSOProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleLogoutProfileConfiguration.setArtifactConfigurationLookupStrategy(Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
SingleLogoutProfileConfiguration.artifactConfig property. |
void |
AttributeQueryProfileConfiguration.setArtifactConfigurationLookupStrategy(Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
AttributeQueryProfileConfiguration.artifactConfig property. |
void |
BrowserSSOProfileConfiguration.setArtifactConfigurationLookupStrategy(Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
BrowserSSOProfileConfiguration.artifactConfig property. |
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.