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 classDuoFactorsAuthenticatorAuthentication 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 classJWTAuthenticatorJSON 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 classSAMLAuthenticationProviderA 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 classNuxeoOAuth2AuthenticatorOAuth2 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 classOpenIDConnectAuthenticatorAuthenticator 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 classShibbolethAuthenticationPlugin -
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 NuxeoAuthenticationPluginNuxeoAuthenticationFilter. 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 classAnonymousAuthenticatorForCAS2Anonymous authenticator that redirect logout to CAS server authentication to connect to nuxeo.classCas2AuthenticatorMethods in org.nuxeo.ecm.platform.ui.web.auth.cas2 that return NuxeoAuthenticationPlugin Modifier and Type Method Description protected NuxeoAuthenticationPluginCas2Authenticator. 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 classClearTrustAuthenticator -
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 classKrb5AuthenticatorKerberos 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 classNTLMAuthenticator -
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 classNuxeoOAuth1AuthenticatorOAuth 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 classAnonymousAuthenticatorclassBasicAuthenticatorclassFormAuthenticator -
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 classPortalAuthenticator -
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 classProxyAuthenticator -
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 NuxeoAuthenticationPluginPluggableAuthenticationService. 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 voidAuthenticationPluginDescriptor. 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 classTokenAuthenticatorHandles 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 classKeycloakAuthenticationPluginAuthentication 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 classDigestAuthenticatorNuxeo 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 classWebEngineFormAuthenticator
-