@Priority(value=2000)
public class RoleBasedSecurityFilter
extends java.lang.Object
implements javax.ws.rs.container.ContainerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
denyAll |
protected boolean |
permitAll |
protected java.lang.String[] |
rolesAllowed |
| Constructor and Description |
|---|
RoleBasedSecurityFilter(java.lang.String[] rolesAllowed,
boolean denyAll,
boolean permitAll) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext requestContext) |