| Modifier and Type | Optional Element and Description |
|---|---|
String |
comment
The description of this constraint (which can be displayed to users to help explain why they have been denied access)
|
String |
id
The id of this authentication constraint; designed to allow configuration to override the constraints in the annotation
|
String |
role
The role the user must have (defaults to "user").
|
boolean |
skip
If true, authentication will not be enforced on calls made to the annotation target
|
public abstract String id
public abstract boolean skip
public abstract String role
public abstract String comment
Copyright © 2016. All rights reserved.