JSecurity

Package org.jsecurity.authz.annotation

Annotations used to restrict which methods may be invoked depending on the caller's access abilities.

See:
          Description

Annotation Types Summary
RequiresPermissions Requires the current executor's Subject to imply a particular permission in order to execute the annotated method.
RequiresRoles Requires the currently executing Subject to have one or more specified roles in order to execute the annotated method.
 

Package org.jsecurity.authz.annotation Description

Annotations used to restrict which methods may be invoked depending on the caller's access abilities.


JSecurity

Copyright © 2004-2008 JSecurity.