Uses of Interface
org.nuxeo.ecm.platform.ui.web.auth.interfaces.NuxeoAuthenticationPlugin
Packages that use NuxeoAuthenticationPlugin
Package
Description
Deprecated since 2025.0, use OAuth 2.0 APIs located under
org.nuxeo.ecm.platform.oauth2.Deprecated since 2025.4, use OAuth 2.0 Client Credentials flow instead.
-
Uses of NuxeoAuthenticationPlugin in org.nuxeo.duoweb.authentication
Classes in org.nuxeo.duoweb.authentication that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassAuthentication filter handles two factors authentication via Duo -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.jwt
Classes in org.nuxeo.ecm.jwt that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassJSON Web Token (JWT) Authentication Plugin. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.auth.saml
Classes in org.nuxeo.ecm.platform.auth.saml that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassA SAML2 authentication provider. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.oauth2
Classes in org.nuxeo.ecm.platform.oauth2 that implement NuxeoAuthenticationPlugin -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.oauth2.openid.auth
Classes in org.nuxeo.ecm.platform.oauth2.openid.auth that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassAuthenticator using OpenID to retrieve user identity. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.shibboleth.auth
Classes in org.nuxeo.ecm.platform.shibboleth.auth that implement NuxeoAuthenticationPlugin -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return NuxeoAuthenticationPluginModifier and TypeMethodDescriptionNuxeoAuthenticationFilter.getAuthenticator(CachableUserIdentificationInfo ci) -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.cas2
Classes in org.nuxeo.ecm.platform.ui.web.auth.cas2 that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassAnonymous authenticator that redirect logout to CAS server authentication to connect to nuxeo.classMethods in org.nuxeo.ecm.platform.ui.web.auth.cas2 that return NuxeoAuthenticationPluginModifier and TypeMethodDescriptionprotected NuxeoAuthenticationPluginCas2Authenticator.getAlternativeAuthPlugin(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.cleartrust
Classes in org.nuxeo.ecm.platform.ui.web.auth.cleartrust that implement NuxeoAuthenticationPlugin -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.krb5
Classes in org.nuxeo.ecm.platform.ui.web.auth.krb5 that implement NuxeoAuthenticationPlugin -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.oauth
Classes in org.nuxeo.ecm.platform.ui.web.auth.oauth that implement NuxeoAuthenticationPlugin -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.plugins
Classes in org.nuxeo.ecm.platform.ui.web.auth.plugins that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassclassclass -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.portal
Classes in org.nuxeo.ecm.platform.ui.web.auth.portal that implement NuxeoAuthenticationPlugin -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.proxy
Classes in org.nuxeo.ecm.platform.ui.web.auth.proxy that implement NuxeoAuthenticationPlugin -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.service
Fields in org.nuxeo.ecm.platform.ui.web.auth.service with type parameters of type NuxeoAuthenticationPluginModifier and TypeFieldDescriptionprotected Map<String, NuxeoAuthenticationPlugin> PluggableAuthenticationService.authenticatorsprotected Class<NuxeoAuthenticationPlugin> AuthenticationPluginDescriptor.classNameMethods in org.nuxeo.ecm.platform.ui.web.auth.service that return NuxeoAuthenticationPluginModifier and TypeMethodDescriptionMethods in org.nuxeo.ecm.platform.ui.web.auth.service that return types with arguments of type NuxeoAuthenticationPluginModifier and TypeMethodDescriptionPluggableAuthenticationService.getAuthenticatorPlugins()AuthenticationPluginDescriptor.getClassName()PluggableAuthenticationService.getPluginChain()Method parameters in org.nuxeo.ecm.platform.ui.web.auth.service with type arguments of type NuxeoAuthenticationPluginModifier and TypeMethodDescriptionvoidAuthenticationPluginDescriptor.setClassName(Class<NuxeoAuthenticationPlugin> className) -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.token
Classes in org.nuxeo.ecm.platform.ui.web.auth.token that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassHandles authentication with a token sent as a request header. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.keycloak
Classes in org.nuxeo.ecm.platform.ui.web.keycloak that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassAuthentication plugin for handling auth flow with Keyloack -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.ui.web.auth.digest
Classes in org.nuxeo.ecm.ui.web.auth.digest that implement NuxeoAuthenticationPluginModifier and TypeClassDescriptionclassNuxeo Authenticator for HTTP Digest Access Authentication (RFC 2617). -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.webengine.login
Classes in org.nuxeo.ecm.webengine.login that implement NuxeoAuthenticationPlugin