Searched refs:RolesAllowed (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DRolesAllowedHandler.java51 import javax.annotation.security.RolesAllowed;
56 * javax.annotation.security.RolesAllowed.
71 return RolesAllowed.class;
84 RolesAllowed rolesAllowedAn = (RolesAllowed)authAnnotation;
H A DDenyAllHandler.java51 import javax.annotation.security.RolesAllowed;
92 return new Class[] { PermitAll.class, RolesAllowed.class };
H A DPermitAllHandler.java51 import javax.annotation.security.RolesAllowed;
94 return new Class[] { DenyAll.class, RolesAllowed.class };
H A DAbstractAuthAnnotationHandler.java63 import javax.annotation.security.RolesAllowed;
67 * such as @DenyAll, @PermitAll and @RolesAllowed.
295 count += (ae.isAnnotationPresent(RolesAllowed.class)? 1 : 0);
310 "One cannot have more than one of @RolesAllowed, @PermitAll, @DenyAll in the same AnnotatedElement."));
/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/security/
H A DRolesAllowed.java48 * The value of the RolesAllowed annotation is a list of security role names.
60 public @interface RolesAllowed { interface

Completed in 70 milliseconds