public interface VaadinSecurityContext
| Modifier and Type | Method and Description |
|---|---|
AccessDecisionManager |
getAccessDecisionManager()
Returns the
AccessDecisionManager or null if not available. |
ApplicationContext |
getApplicationContext()
Returns the current Spring application context (never
null). |
AuthenticationManager |
getAuthenticationManager()
Returns the
AuthenticationManager or null if not
available. |
RememberMeServices |
getRememberMeServices()
Returns the
RememberMeServices or an instance of
NullRememberMeServices if not available. |
boolean |
hasAccessDecisionManager()
Checks if an
AccessDecisionManager is available or not. |
boolean |
hasAuthenticationManager()
Checks if an
AuthenticationManager is available or not. |
ApplicationContext getApplicationContext()
null).AuthenticationManager getAuthenticationManager()
AuthenticationManager or null if not
available.boolean hasAuthenticationManager()
AuthenticationManager is available or not. When this method returns true,
getAuthenticationManager() always returns a non-null object.AccessDecisionManager getAccessDecisionManager()
AccessDecisionManager or null if not available.boolean hasAccessDecisionManager()
AccessDecisionManager is available or not. When this method returns true,
getAccessDecisionManager() will always returns a non-null object.RememberMeServices getRememberMeServices()
RememberMeServices or an instance of
NullRememberMeServices if not available.Copyright © 2017. All rights reserved.