org.kohsuke.stapler
@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) @InterceptorAnnotation(value=LimitedTo.Processor.class) public @interface LimitedTo
This annotation should be placed on methods that need to be secured (iow protected from anonymous users.)
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of role.
|
Copyright © 2014. All Rights Reserved.