Uses of Annotation Type
de.codecamp.vaadin.security.spring.access.SecuredAccess
Packages that use SecuredAccess
Package
Description
-
Uses of SecuredAccess in de.codecamp.vaadin.security.spring.access
Methods in de.codecamp.vaadin.security.spring.access with parameters of type SecuredAccessModifier and TypeMethodDescriptionstatic AccessRuleAccessRule.asCopyOf(SecuredAccess securedAccess) Creates a new access rule as copy from aSecuredAccessannotation. -
Uses of SecuredAccess in de.codecamp.vaadin.security.spring.access.rules
Classes in de.codecamp.vaadin.security.spring.access.rules with annotations of type SecuredAccessModifier and TypeClassDescription@interfaceAllows access to everyone, authenticated or not.@interfaceRequires the user to be authenticated.@interfaceRequires the user to be fully authenticated.@interface