public interface VaadinManagedSecurity extends VaadinSecurity
VaadinSecurity that is used when Vaadin is managing the
security of the web application.| Modifier and Type | Method and Description |
|---|---|
void |
logout(String logoutUrl)
Logs the user out and redirects to the specified URL.
|
getAuthentication, hasAccessToObject, hasAccessToSecuredMethod, hasAccessToSecuredObject, hasAnyAuthority, hasAuthorities, hasAuthority, isAuthenticated, isAuthenticatedAnonymously, isFullyAuthenticated, isRememberMeAuthenticated, login, login, logoutgetAccessDecisionManager, getApplicationContext, getAuthenticationManager, getRememberMeServices, hasAccessDecisionManager, hasAuthenticationManagervoid logout(String logoutUrl)
Copyright © 2017. All rights reserved.