Secure
JAX-RS resources using annotations.
About this task
You can secure JAX-RS
resources by using annotations that specify
security settings. You can use @PermitAll, @DenyAll and @RolesAllowed
annotations to override the configuration of security constraints
defined in the web.xml file.
Supporting information (generally applicable)
|