Package nl.datasteel.crudcraft.annotations.security.policy
package nl.datasteel.crudcraft.annotations.security.policy
-
ClassesClassDescriptionRestricts access to users with the ADMIN role.Only authenticated users may access endpoints.Denies access to all endpoints.Allows all users to access every endpoint.Read endpoints are public; write endpoints require ADMIN role.Allows configuring roles per CRUD endpoint.Allows modification endpoints but denies read access.