Uses of Interface
org.nuxeo.ecm.platform.ui.web.auth.interfaces.NuxeoAuthenticationPlugin
-
-
Uses of NuxeoAuthenticationPlugin in org.nuxeo.duoweb.authentication
Classes in org.nuxeo.duoweb.authentication that implement NuxeoAuthenticationPlugin Modifier and Type Class Description class
DuoFactorsAuthenticator
Authentication filter handles two factors authentication via Duo -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.jwt
Classes in org.nuxeo.ecm.jwt that implement NuxeoAuthenticationPlugin Modifier and Type Class Description class
JWTAuthenticator
JSON 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 NuxeoAuthenticationPlugin Modifier and Type Class Description class
SAMLAuthenticationProvider
A SAML2 authentication provider. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.oauth2
Classes in org.nuxeo.ecm.platform.oauth2 that implement NuxeoAuthenticationPlugin Modifier and Type Class Description class
NuxeoOAuth2Authenticator
OAuth2 Authentication Plugin. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.oauth2.openid.auth
Classes in org.nuxeo.ecm.platform.oauth2.openid.auth that implement NuxeoAuthenticationPlugin Modifier and Type Class Description class
OpenIDConnectAuthenticator
Authenticator 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 Modifier and Type Class Description class
ShibbolethAuthenticationPlugin
-
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return NuxeoAuthenticationPlugin Modifier and Type Method Description NuxeoAuthenticationPlugin
NuxeoAuthenticationFilter. 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 NuxeoAuthenticationPlugin Modifier and Type Class Description class
AnonymousAuthenticatorForCAS2
Anonymous authenticator that redirect logout to CAS server authentication to connect to nuxeo.class
Cas2Authenticator
Methods in org.nuxeo.ecm.platform.ui.web.auth.cas2 that return NuxeoAuthenticationPlugin Modifier and Type Method Description protected NuxeoAuthenticationPlugin
Cas2Authenticator. getAlternativeAuthPlugin(javax.servlet.http.HttpServletRequest httpRequest, javax.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 Modifier and Type Class Description class
ClearTrustAuthenticator
-
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 Modifier and Type Class Description class
Krb5Authenticator
Kerberos v5 in SPNEGO authentication. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.ntlm
Classes in org.nuxeo.ecm.platform.ui.web.auth.ntlm that implement NuxeoAuthenticationPlugin Modifier and Type Class Description class
NTLMAuthenticator
-
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 Modifier and Type Class Description class
NuxeoOAuth1Authenticator
OAuth 1 Authentication Plugin. -
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.plugins
Classes in org.nuxeo.ecm.platform.ui.web.auth.plugins that implement NuxeoAuthenticationPlugin Modifier and Type Class Description class
AnonymousAuthenticator
class
BasicAuthenticator
class
FormAuthenticator
-
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 Modifier and Type Class Description class
PortalAuthenticator
-
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 Modifier and Type Class Description class
ProxyAuthenticator
-
Uses of NuxeoAuthenticationPlugin in org.nuxeo.ecm.platform.ui.web.auth.service
Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return NuxeoAuthenticationPlugin Modifier and Type Method Description NuxeoAuthenticationPlugin
PluggableAuthenticationService. getPlugin(String pluginName)
Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return types with arguments of type NuxeoAuthenticationPlugin Modifier and Type Method Description Class<NuxeoAuthenticationPlugin>
AuthenticationPluginDescriptor. getClassName()
List<NuxeoAuthenticationPlugin>
PluggableAuthenticationService. getPluginChain()
Method parameters in org.nuxeo.ecm.platform.ui.web.auth.service with type arguments of type NuxeoAuthenticationPlugin Modifier and Type Method Description void
AuthenticationPluginDescriptor. 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 NuxeoAuthenticationPlugin Modifier and Type Class Description class
TokenAuthenticator
Handles 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 NuxeoAuthenticationPlugin Modifier and Type Class Description class
KeycloakAuthenticationPlugin
Authentication 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 NuxeoAuthenticationPlugin Modifier and Type Class Description class
DigestAuthenticator
Nuxeo 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 Modifier and Type Class Description class
WebEngineFormAuthenticator
-