Uses of Interface
io.vertigo.vega.impl.authentication.WebAuthenticationPlugin
-
-
Uses of WebAuthenticationPlugin in io.vertigo.vega.impl.authentication
Constructor parameters in io.vertigo.vega.impl.authentication with type arguments of type WebAuthenticationPlugin Constructor Description WebAuthenticationManagerImpl(String appLoginHandler, VSecurityManager securityManager, Optional<AuthenticationManager> authenticationManagerOpt, List<WebAuthenticationPlugin> webAuthenticationPlugins) -
Uses of WebAuthenticationPlugin in io.vertigo.vega.plugins.authentication.aad
Classes in io.vertigo.vega.plugins.authentication.aad that implement WebAuthenticationPlugin Modifier and Type Class Description classAzureAdWebAuthenticationPlugin -
Uses of WebAuthenticationPlugin in io.vertigo.vega.plugins.authentication.keycloak
Classes in io.vertigo.vega.plugins.authentication.keycloak that implement WebAuthenticationPlugin Modifier and Type Class Description classKeycloakWebAuthenticationPluginThis class provides workflow for authenticating Vertigo users with a keycloak server using OpenIdConnect protocol. -
Uses of WebAuthenticationPlugin in io.vertigo.vega.plugins.authentication.local
Classes in io.vertigo.vega.plugins.authentication.local that implement WebAuthenticationPlugin Modifier and Type Class Description classLocalWebAuthenticationPlugin -
Uses of WebAuthenticationPlugin in io.vertigo.vega.plugins.authentication.oidc
Classes in io.vertigo.vega.plugins.authentication.oidc that implement WebAuthenticationPlugin Modifier and Type Class Description classOIDCWebAuthenticationPluginBase authentication handler for OpenId Connect. -
Uses of WebAuthenticationPlugin in io.vertigo.vega.plugins.authentication.saml2
Classes in io.vertigo.vega.plugins.authentication.saml2 that implement WebAuthenticationPlugin Modifier and Type Class Description classSAML2WebAuthenticationPluginBase authentication handler for SAML2.
-