Package org.frankframework.console
Annotation Interface AllowAllIbisUserRoles
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@RolesAllowed({"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"})
public @interface AllowAllIbisUserRoles
To avoid repeating this list of roles over and over again, use a default annotation
Since you can't reference a static list of values, it has to be hard coded like this.
- See Also: