Package jakarta.annotation.security


package jakarta.annotation.security
  • Annotation Types
    Class
    Description
    Declares that role names used in security constraints for the annotated enterprise bean should be treated as declared roles.
    Indicates that all access to the annotated enterprise bean or business method is denied.
    Indicates that all authenticated users are permitted to access the annotated enterprise bean or business method.
    Specifies the security roles that are allowed to access the annotated enterprise bean or business method.
    Defines the run-as security role for an enterprise bean.