Package de.codecamp.vaadin.security.spring.access
-
Interface Summary Interface Description AccessContext This class provides the context information toAccessEvaluators, either for a route or an entpoint.AccessEvaluator AnAccessEvaluatoris the programmatic, more flexible alternative to expression-based access control for routes and endpoints.VaadinSecurityExpressionHandler Security expression handler specifically for Vaadin.VaadinSecurityExpressionOperations -
Class Summary Class Description AccessRule Represents the rule determining access.DefaultVaadinSecurityExpressionHandler The standard implementation ofVaadinSecurityExpressionHandler.SecuredAccess.NotSetAccessEvaluator The default class used when no evaluator has been set.VaadinSecurity Utility class to programmatically evaluate Spring Security expressions (seeVaadinSecurity.hasAccess(String)) or call operations available to those expressions directly (seeVaadinSecurity.check()).VaadinSecurityExpressionRoot Extended expression root object for Vaadin. -
Enum Summary Enum Description AccessContext.TargetType The currently supported types of targets for which access can be controlled. -
Exception Summary Exception Description AccessRuleException -
Annotation Types Summary Annotation Type Description SecuredAccess This annotation is used to secure routes and endpoints.