|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Groups
defines the Groups (Group) for
the Permission (Permission)
that shall be created to allow access to the annotated method.
@Groups is only effective in conjunction with @Action and
@Permission.
The actual names of the Groups will be as follows:
~bundle:name, whereas bundle is the name of the
Bundle the Controller is configured in and name is one
of the values of the annotation.
Permission, Group, Permission, Action| Required Element Summary | |
|---|---|
java.lang.String[] |
values
the names of the Groups the Permission shall be added to. |
| Element Detail |
|---|
public abstract java.lang.String[] values
Groups the Permission shall be added to.
AbstractNamedEntity.getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||