Uses of Class
io.vertigo.vega.impl.authentication.AuthenticationResult
Packages that use AuthenticationResult
Package
Description
-
Uses of AuthenticationResult in io.vertigo.vega.impl.authentication
Methods in io.vertigo.vega.impl.authentication that return AuthenticationResultModifier and TypeMethodDescriptionWebAuthenticationPlugin.doHandleCallback(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) Handle the callback request after login on the ssostatic <T> AuthenticationResult<T> static <T> AuthenticationResult<T> AuthenticationResult.ofConsumed()static <T> AuthenticationResult<T> AuthenticationResult.ofNoOp()static <T> AuthenticationResult<T> AuthenticationResult.ofNotConsumed()Methods in io.vertigo.vega.impl.authentication that return types with arguments of type AuthenticationResultModifier and TypeMethodDescriptiondefault io.vertigo.core.lang.Tuple<AuthenticationResult<T>, jakarta.servlet.http.HttpServletRequest> WebAuthenticationPlugin.doInterceptRequest(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.aad
Methods in io.vertigo.vega.plugins.authentication.aad that return AuthenticationResultModifier and TypeMethodDescriptionAuthenticationResult<com.microsoft.aad.msal4j.IAuthenticationResult> AzureAdWebAuthenticationPlugin.doHandleCallback(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods in io.vertigo.vega.plugins.authentication.aad that return types with arguments of type AuthenticationResultModifier and TypeMethodDescriptionio.vertigo.core.lang.Tuple<AuthenticationResult<com.microsoft.aad.msal4j.IAuthenticationResult>, jakarta.servlet.http.HttpServletRequest> AzureAdWebAuthenticationPlugin.doInterceptRequest(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.local
Methods in io.vertigo.vega.plugins.authentication.local that return AuthenticationResultModifier and TypeMethodDescriptionLocalWebAuthenticationPlugin.doHandleCallback(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.oidc
Methods in io.vertigo.vega.plugins.authentication.oidc that return AuthenticationResultModifier and TypeMethodDescriptionAuthenticationResult<com.nimbusds.openid.connect.sdk.token.OIDCTokens> OIDCWebAuthenticationPlugin.doHandleCallback(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) Handle the callback request after login on the sso -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.saml2
Methods in io.vertigo.vega.plugins.authentication.saml2 that return AuthenticationResultModifier and TypeMethodDescriptionAuthenticationResult<org.opensaml.saml.saml2.core.Assertion> SAML2WebAuthenticationPlugin.doHandleCallback(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)