@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @SecurityBindingType public @interface GroupsAllowed
Defines an authorization constraint where only members of a group is allowed to invoke a method.
The constraint is validated before method invocation.
public abstract String[] value
The name(s) of the group(s) allowed to access.
Copyright © 2014. All rights reserved.