public interface VaadinSecurityAware extends Aware
VaadinSecurity.| Modifier and Type | Method and Description |
|---|---|
void |
setVaadinSecurity(VaadinSecurity vaadinSecurity)
Set the VaadinSecurity.
|
void setVaadinSecurity(VaadinSecurity vaadinSecurity)
Invoked after population of normal bean properties but before an init callback such
as InitializingBean.afterPropertiesSet()
or a custom init-method.
vaadinSecurity - the VaadinSecurity object used within the applicationContext.Copyright © 2017. All rights reserved.