| 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 |
AbstractSAML1ArtifactAwareProfileConfiguration.artifactConfiguration
Explicitly set artifact configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> |
AbstractSAML1ArtifactAwareProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply
artifactConfiguration property. |
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactConfiguration |
AbstractSAML1ArtifactAwareProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSAML1ArtifactAwareProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSAML1ArtifactAwareProfileConfiguration.setArtifactConfigurationLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
artifactConfiguration property. |
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactConfiguration |
AbstractSAML2ArtifactAwareProfileConfiguration.artifactConfiguration
Explicitly set artifact configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> |
AbstractSAML2ArtifactAwareProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply
artifactConfiguration property. |
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactConfiguration |
AbstractSAML2ArtifactAwareProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSAML2ArtifactAwareProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSAML2ArtifactAwareProfileConfiguration.setArtifactConfigurationLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
artifactConfiguration property. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.