Uses of Class
com.vaadin.flow.spring.security.AuthenticationContext
Packages that use AuthenticationContext
-
Uses of AuthenticationContext in com.vaadin.flow.spring.security
Methods in com.vaadin.flow.spring.security that return AuthenticationContextModifier and TypeMethodDescriptionVaadinWebSecurity.getAuthenticationContext()
Gets the default authentication-context bean.Methods in com.vaadin.flow.spring.security with parameters of type AuthenticationContextModifier and TypeMethodDescriptionstatic void
AuthenticationContext.applySecurityConfiguration
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity, AuthenticationContext authCtx) Augments the givenAuthenticationContext
with Spring Security.