Uses of Class
org.nuxeo.ecm.platform.auth.saml.SAMLConfiguration
Packages that use SAMLConfiguration
-
Uses of SAMLConfiguration in org.nuxeo.ecm.platform.auth.saml
Fields in org.nuxeo.ecm.platform.auth.saml declared as SAMLConfigurationModifier and TypeFieldDescriptionprotected SAMLConfiguration
SAMLAuthenticationProvider.configuration
Methods in org.nuxeo.ecm.platform.auth.saml that return SAMLConfigurationModifier and TypeMethodDescriptionSAMLAuthenticationProvider.getConfiguration()
static SAMLConfiguration
SAMLConfiguration.retrieveDefaultPluginConfiguration()
Retrieves theSAMLConfiguration
for the default contributed SAML plugin. -
Uses of SAMLConfiguration in org.nuxeo.ecm.platform.auth.saml.processor
Fields in org.nuxeo.ecm.platform.auth.saml.processor declared as SAMLConfigurationModifier and TypeFieldDescriptionprotected final SAMLConfiguration
SAMLProcessorFactory.configuration
Methods in org.nuxeo.ecm.platform.auth.saml.processor with parameters of type SAMLConfigurationModifier and TypeMethodDescriptionprotected org.opensaml.messaging.handler.MessageHandler
SAMLProcessorFactory.buildMessageLifetimeSecurityHandler
(SAMLConfiguration configuration) protected org.opensaml.saml.metadata.resolver.MetadataResolver
SAMLProcessorFactory.instantiateIdpMetadataResolver
(SAMLConfiguration configuration) protected org.opensaml.xmlsec.SignatureSigningConfiguration
SAMLProcessorFactory.instantiateSigningConfiguration
(SAMLConfiguration configuration) Constructors in org.nuxeo.ecm.platform.auth.saml.processor with parameters of type SAMLConfigurationModifierConstructorDescriptionInboundProcessor
(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler, SAMLConfiguration configuration) SAMLProcessorFactory
(SAMLConfiguration configuration) SLOOutboundProcessor
(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding, SAMLConfiguration configuration) WebSSOOutboundProcessor
(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding, SAMLConfiguration configuration)