Interface EJBMethodSecurityAttribute


  • public interface EJBMethodSecurityAttribute
    Container independent EJB3 method security metadata
    Since:
    25-Sep-2013
    Author:
    alessio.soldano@jboss.com
    • Method Detail

      • isPermitAll

        boolean isPermitAll()
      • isDenyAll

        boolean isDenyAll()
      • getRolesAllowed

        Set<String> getRolesAllowed()