| 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 | 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 | Field and Description |
|---|---|
private SAMLArtifactConfiguration |
AttributeQueryProfileConfiguration.artifactConfig
SAML artifact configuration.
|
private SAMLArtifactConfiguration |
SingleLogoutProfileConfiguration.artifactConfig
SAML artifact configuration.
|
private SAMLArtifactConfiguration |
BrowserSSOProfileConfiguration.artifactConfig
SAML artifact configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactConfiguration |
AttributeQueryProfileConfiguration.getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
SAMLArtifactConfiguration |
SingleLogoutProfileConfiguration.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 |
SingleLogoutProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
void |
BrowserSSOProfileConfiguration.setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
Copyright © 1999–2015. All rights reserved.