@Documented @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ApiAuthToken
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
roles
The role(s) a user must have to correctly access the annotated controller/method.
|
String |
scheme
The default scheme placed at the beginning of the Authorization header
|
String[] |
testtokens
A list of test tokens that can be used to test methods
|
public abstract String[] roles
public abstract String[] testtokens
public abstract String scheme
Copyright © 2016. All rights reserved.