Uses of Class
io.vertigo.vega.impl.authentication.AuthenticationResult
-
-
Uses of AuthenticationResult in io.vertigo.vega.impl.authentication
Methods in io.vertigo.vega.impl.authentication that return AuthenticationResult Modifier and Type Method Description AuthenticationResult<T>WebAuthenticationPlugin. doHandleCallback(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)Handle the callback request after login on the ssostatic <T> AuthenticationResult<T>AuthenticationResult. of(Map<String,Object> claims, T rawCallbackResult)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 AuthenticationResult Modifier and Type Method Description default io.vertigo.core.lang.Tuple<AuthenticationResult<T>,javax.servlet.http.HttpServletRequest>WebAuthenticationPlugin. doInterceptRequest(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.aad
Methods in io.vertigo.vega.plugins.authentication.aad that return AuthenticationResult Modifier and Type Method Description AuthenticationResult<com.microsoft.aad.msal4j.IAuthenticationResult>AzureAdWebAuthenticationPlugin. doHandleCallback(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Methods in io.vertigo.vega.plugins.authentication.aad that return types with arguments of type AuthenticationResult Modifier and Type Method Description io.vertigo.core.lang.Tuple<AuthenticationResult<com.microsoft.aad.msal4j.IAuthenticationResult>,javax.servlet.http.HttpServletRequest>AzureAdWebAuthenticationPlugin. doInterceptRequest(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.keycloak
Methods in io.vertigo.vega.plugins.authentication.keycloak that return AuthenticationResult Modifier and Type Method Description AuthenticationResult<org.keycloak.KeycloakPrincipal>KeycloakWebAuthenticationPlugin. doHandleCallback(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Methods in io.vertigo.vega.plugins.authentication.keycloak that return types with arguments of type AuthenticationResult Modifier and Type Method Description io.vertigo.core.lang.Tuple<AuthenticationResult<org.keycloak.KeycloakPrincipal>,javax.servlet.http.HttpServletRequest>KeycloakWebAuthenticationPlugin. doInterceptRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.local
Methods in io.vertigo.vega.plugins.authentication.local that return AuthenticationResult Modifier and Type Method Description AuthenticationResultLocalWebAuthenticationPlugin. doHandleCallback(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of AuthenticationResult in io.vertigo.vega.plugins.authentication.oidc
Methods in io.vertigo.vega.plugins.authentication.oidc that return AuthenticationResult Modifier and Type Method Description AuthenticationResult<com.nimbusds.oauth2.sdk.AuthorizationSuccessResponse>OIDCWebAuthenticationPlugin. doHandleCallback(javax.servlet.http.HttpServletRequest httpRequest, javax.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 AuthenticationResult Modifier and Type Method Description AuthenticationResult<org.opensaml.saml.saml2.core.Assertion>SAML2WebAuthenticationPlugin. doHandleCallback(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
-