Skip to content

Commit

Permalink
Update restSecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
T5750 committed Mar 22, 2020
1 parent 6bfe8bf commit 79248c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/security/restSecurity.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public String sayHello(@Context SecurityContext sc) {
}
```

### JAR-RS annotations for method level authorization
### JAX-RS annotations for method level authorization
JAX-RS provides below annotations for this purpose.
- [@PermitAll](https://docs.oracle.com/javaee/6/api/javax/annotation/security/PermitAll.html)
- [@DenyAll](https://docs.oracle.com/javaee/6/api/javax/annotation/security/DenyAll.html)
Expand Down

0 comments on commit 79248c5

Please sign in to comment.