Package javax.annotation.security


package javax.annotation.security
This package contains the security common annotations.
  • Annotation Interfaces
    Class
    Description
    Used by application to declare roles.
    Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.
    Specifies that all security roles are allowed to invoke the specified method(s) i.e that the specified method(s) are "unchecked".
    Specifies the list of roles permitted to access method(s) in an application.
    Defines the identity of the application during execution in a J2EE container.