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