net.bryansaunders.jee6divelog.security.annotation
Annotation Type HasPermissions


@InterceptorBinding
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface HasPermissions

Makes sure the Active User as the Specified Role.

Author:
Bryan Saunders

Required Element Summary
 Permission[] permissions
          Permissions to Enforce.
 

Element Detail

permissions

public abstract Permission[] permissions
Permissions to Enforce.

Returns:
Permissions to Enforce.


Copyright © 2012 Bryan Saunders. All Rights Reserved.