Interface ECPProfileConfiguration
- All Superinterfaces:
AttributeResolvingProfileConfiguration,AuthenticationProfileConfiguration,BrowserSSOProfileConfiguration,BrowserSSOProfileConfiguration,BrowserSSOProfileConfiguration,Component,ECPProfileConfiguration,IdentifiedComponent,ProfileConfiguration,SAML2ProfileConfiguration,SAMLArtifactConsumerProfileConfiguration,SAMLAssertionConsumingProfileConfiguration,SAMLAssertionProducingProfileConfiguration,SAMLProfileConfiguration
- All Known Implementing Classes:
ECPProfileConfiguration
public interface ECPProfileConfiguration
extends BrowserSSOProfileConfiguration, ECPProfileConfiguration
Configuration support for IdP SAML 2.0 ECP profile.
-
Field Summary
Fields inherited from interface net.shibboleth.idp.saml.saml2.profile.config.BrowserSSOProfileConfiguration
DEFAULT_DELEGATION_CHAIN_LENGTHFields inherited from interface net.shibboleth.saml.saml2.profile.config.BrowserSSOProfileConfiguration
FEATURE_AUTHNCONTEXT, FEATURE_FORCEAUTHN, FEATURE_NAMEIDFORMAT, FEATURE_SCOPING, FEATURE_SPNAMEQUALIFIER, PROFILE_IDFields inherited from interface net.shibboleth.saml.saml2.profile.config.ECPProfileConfiguration
PROFILE_IDFields inherited from interface net.shibboleth.profile.config.ProfileConfiguration
DEFAULT_DISALLOWED_FEATURESFields inherited from interface net.shibboleth.saml.profile.config.SAMLAssertionProducingProfileConfiguration
DEFAULT_ASSERTION_LIFETIME -
Method Summary
Modifier and TypeMethodDescriptiongetLocalEvents(ProfileRequestContext profileRequestContext) Get the set of local events to handle without a SOAP fault.Methods inherited from interface net.shibboleth.profile.config.AttributeResolvingProfileConfiguration
isResolveAttributesMethods inherited from interface net.shibboleth.idp.authn.config.AuthenticationProfileConfiguration
getAuthenticationFlows, getDefaultAuthenticationMethods, getPostAuthenticationFlows, getProxyCount, isForceAuthn, isLocalMethods inherited from interface net.shibboleth.idp.saml.profile.config.BrowserSSOProfileConfiguration
getNameIDFormatPrecedence, isIncludeAttributeStatementMethods inherited from interface net.shibboleth.idp.saml.saml2.profile.config.BrowserSSOProfileConfiguration
getAuthnContextTranslationStrategy, getAuthnContextTranslationStrategyEx, getMaximumSPSessionLifetime, getMaximumTokenDelegationChainLength, getProxyAudiences, isAllowDelegation, isIgnoreScoping, isProxiedAuthnInstant, isRandomizeFriendlyName, isRequireSignedRequests, isSkipEndpointValidationWhenSigned, isSuppressAuthenticatingAuthorityMethods inherited from interface net.shibboleth.saml.saml2.profile.config.BrowserSSOProfileConfiguration
getAttributeIndex, getAuthnContextComparison, getMaximumTimeSinceAuthn, getProxyCount, getRequestedAttributes, getSPNameQualifier, isCheckAddress, isForceAuthnMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.profile.config.ProfileConfiguration
getDisallowedFeatures, getSecurityConfiguration, isFeatureDisallowedMethods inherited from interface net.shibboleth.saml.saml2.profile.config.SAML2ProfileConfiguration
isEncryptionOptional, isEncryptNameIDs, isIgnoreRequestSignaturesMethods inherited from interface net.shibboleth.saml.profile.config.SAMLArtifactConsumerProfileConfiguration
isClientTLSArtifactRequests, isSignArtifactRequestsMethods inherited from interface net.shibboleth.saml.profile.config.SAMLAssertionConsumingProfileConfiguration
getAssertionAudiences, getAssertionLifetime, isRequireSignedAssertionsMethods inherited from interface net.shibboleth.saml.profile.config.SAMLAssertionProducingProfileConfiguration
getAssertionAudiences, getAssertionLifetime, isIncludeConditionsNotBefore, isSignAssertionsMethods inherited from interface net.shibboleth.saml.profile.config.SAMLProfileConfiguration
getMessageHandler, isSignRequests, isSignResponses
-
Method Details
-
getLocalEvents
@ConfigurationSetting(name="localEvents") @Nonnull @NotLive @Unmodifiable Set<String> getLocalEvents(@Nullable ProfileRequestContext profileRequestContext) Get the set of local events to handle without a SOAP fault.- Parameters:
profileRequestContext- current profile request context- Returns:
- truly local events
- Since:
- 3.3.0
-