java.lang.Object
org.jboss.as.test.integration.security.common.ejb3.HelloBean
All Implemented Interfaces:
Hello

@DeclareRoles("TestRole") @RolesAllowed("TestRole") public class HelloBean extends Object implements Hello
A simple implementation of Hello interface. It's annotated as a Stateless bean with Hello as a remote interface. Access to the methods is protected and only "TestRole" role has access.
Author:
Josef Cacek