Uses of Class
de.codecamp.vaadin.security.spring.access.SecuredAccess
-
Packages that use SecuredAccess Package Description de.codecamp.vaadin.security.spring.access de.codecamp.vaadin.security.spring.access.rules -
-
Uses of SecuredAccess in de.codecamp.vaadin.security.spring.access
Methods in de.codecamp.vaadin.security.spring.access with parameters of type SecuredAccess Modifier and Type Method Description static 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 SecuredAccess Modifier and Type Class Description interfacePermitAllAllows access to everyone, authenticated or not.interfaceRequiresAuthenticationRequires the user to be authenticated.interfaceRequiresFullAuthenticationRequires the user to be fully authenticated.interfaceRequiresRole
-