Authentication object as part of the contract.VaadinSecuritycom.vaadin.spring.annotation.EnableVaadin annotation that configures support for Spring Security in Vaadin applications.AccessDecisionManager
return null if not available.AccessDecisionManager
return null if not available.AuthenticationManager
return null if not available.AuthenticationManager
return null if not available.alwaysUseDefaultTargetUrl property is set to true.SessionAuthenticationStrategy
return NullAuthenticatedSessionStrategy if not configuredSessionAuthenticationStrategy
return NullAuthenticatedSessionStrategy if not configuredRedirectStrategy with the URL returned by the determineTargetUrl method.Secured annotation on the specified method to check if the current user has access to the secured object.Secured annotation on the specified method to check if the current user has access to the secured object.VaadinSecurity.hasAccessToObject(Object, String...), using the Secured annotation of the secured object
to get the security configuration attributes.VaadinSecurity.hasAccessToObject(Object, String...), using the Secured annotation of the secured object
to get the security configuration attributes.VaadinSecurity.login(org.springframework.security.core.Authentication) with a
UsernamePasswordAuthenticationToken-object.VaadinSecurity.login(org.springframework.security.core.Authentication) with a
UsernamePasswordAuthenticationToken-object.VaadinSecurity.login(org.springframework.security.core.Authentication) with a
UsernamePasswordAuthenticationToken-object.VaadinSecurity.login(org.springframework.security.core.Authentication) with a
UsernamePasswordAuthenticationToken-object.ViewAccessControl that
checks if a view has the PreAuthorize annotation and if so,
uses the VaadinSecurity instance to check if the current user is authorized to
access the view.VaadinRedirectStrategy which may have been stored in
the session by the ExceptionTranslationFilter.ViewAccessControl and ViewInstanceAccessControl that
checks if a view has the Secured annotation and if so,
uses the VaadinSecurity instance to check if the current user is authorized to
access the view.true, will always redirect to the value of defaultTargetUrl
(defaults to false).alwaysUseDefaultTargetUrl property is set to true.true the Referer header will be used (if available).VaadinSecurity.BeanPostProcessor
implementation that passes the VaadinSecurity to beans that
implement the VaadinSecurityAware interfaceVaadinSecurityContext.Copyright © 2015. All rights reserved.