Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 229 Bytes

StrngraySecurity.md

File metadata and controls

14 lines (10 loc) · 229 Bytes

Stingray Security

Work in progress...

Authorization for Jax-Rs Resources

Allow access to a single resource method

@StingraySecurityOverride
public Response getExample() {
    return Response.ok().build();
}