org.togglz.seam.security.PermissionTester Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of togglz-seam-security Show documentation
Show all versions of togglz-seam-security Show documentation
Togglz - Seam Security integration
package org.togglz.seam.security;
import javax.enterprise.context.ApplicationScoped;
@ApplicationScoped
public class PermissionTester {
@FeatureAdmin
public void testFeatureAdminPermission() {
// do nothing
}
}