Card 67 / 125: Which annotations can be used to specify EJB method permissions?
A)
@RolesAllowed("Role1, Role2,..")
B)
@AllowAll
C)
@PermitAll
D)
@DenyAll
E)
@RejectAll
Answer:
A) @RolesAllowed("Role1, Role2,..")
C) @PermitAll
D) @DenyAll