Interface SingleLogoutProfileConfiguration
- All Superinterfaces:
Component,IdentifiedComponent,ProfileConfiguration,SAML2ProfileConfiguration,SAMLArtifactConsumerProfileConfiguration,SAMLProfileConfiguration,SingleLogoutProfileConfiguration
- All Known Implementing Classes:
SingleLogoutProfileConfiguration
Configuration support for SP SAML 2.0 Single Logout.
-
Field Summary
Fields inherited from interface net.shibboleth.profile.config.ProfileConfiguration
DEFAULT_DISALLOWED_FEATURESFields inherited from interface net.shibboleth.saml.saml2.profile.config.SingleLogoutProfileConfiguration
PROFILE_ID -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAsynchronous(ProfileRequestContext profileRequestContext) Get whether to include theAsynchronousextension in requests.Methods 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.SAMLProfileConfiguration
getMessageHandler, isSignRequests, isSignResponsesMethods inherited from interface net.shibboleth.saml.saml2.profile.config.SingleLogoutProfileConfiguration
getQualifiedNameIDFormats, isClientTLSSOAPRequests, isSignSOAPRequests
-
Method Details
-
isAsynchronous
@ConfigurationSetting(name="asynchronous") boolean isAsynchronous(@Nullable ProfileRequestContext profileRequestContext) Get whether to include theAsynchronousextension in requests.Defaults to true.
- Parameters:
profileRequestContext- current profile request context- Returns:
- true iff the extension should be included in requests
-