public abstract class AbstractSAML1ArtifactAwareProfileConfiguration extends AbstractSAMLProfileConfiguration implements SAML1ProfileConfiguration, SAMLArtifactAwareProfileConfiguration
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactConfiguration |
artifactConfiguration
Explicitly set artifact configuration.
|
private com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> |
artifactConfigurationLookupStrategy
Lookup function to supply
artifactConfiguration property. |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSAML1ArtifactAwareProfileConfiguration(String profileId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactConfiguration |
getArtifactConfiguration()
Get the associated
SAMLArtifactConfiguration for the profile, if any. |
void |
setArtifactConfiguration(SAMLArtifactConfiguration config)
Set the SAML artifact configuration, if any.
|
void |
setArtifactConfigurationLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
Set a lookup strategy for the
artifactConfiguration property. |
getAdditionalAudiencesForAssertion, getAssertionLifetime, getInboundInterceptorFlows, getIncludeConditionsNotBeforePredicate, getSignAssertions, getSignRequests, getSignResponses, includeConditionsNotBefore, setAdditionalAudienceForAssertion, setAdditionalAudiencesForAssertion, setAssertionAudiencesLookupStrategy, setAssertionLifetime, setAssertionLifetimeLookupStrategy, setIncludeConditionsNotBefore, setIncludeConditionsNotBeforePredicate, setSignAssertions, setSignRequests, setSignResponsesgetActivationCondition, setActivationConditionequals, getDisallowedFeatures, getId, getIndirectProperty, getOutboundInterceptorFlows, getProfileRequestContext, getSecurityConfiguration, hashCode, isFeatureDisallowed, setDisallowedFeatures, setDisallowedFeaturesLookupStrategy, setInboundFlowsLookupStrategy, setInboundInterceptorFlows, setOutboundFlowsLookupStrategy, setOutboundInterceptorFlows, setSecurityConfiguration, setSecurityConfigurationLookupStrategy, setServletRequestclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAdditionalAudiencesForAssertion, getAssertionLifetime, getSignAssertions, getSignRequests, getSignResponses, includeConditionsNotBeforegetInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfigurationgetId@Nullable private SAMLArtifactConfiguration artifactConfiguration
@Nullable private com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> artifactConfigurationLookupStrategy
artifactConfiguration property.@Nullable public SAMLArtifactConfiguration getArtifactConfiguration()
SAMLArtifactConfiguration for the profile, if any.getArtifactConfiguration in interface SAMLArtifactAwareProfileConfigurationpublic void setArtifactConfiguration(@Nullable SAMLArtifactConfiguration config)
config - configuration to setpublic void setArtifactConfigurationLookupStrategy(@Nullable com.google.common.base.Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)
artifactConfiguration property.strategy - lookup strategyCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.