org.benow.security.permission
Interface PermissionedClass


public interface PermissionedClass

security: org.benow.security.permission.PermissionPackage

Author:
andy

Method Summary
 java.lang.Class<?> getForClass()
          Gets the underlying class which has permissions.
 java.lang.String getName()
           
 PermissionedPackage getPermissionedPackage()
           
 java.util.Collection<Permission> getPermissions()
           
 

Method Detail

getForClass

java.lang.Class<?> getForClass()
Gets the underlying class which has permissions.

Returns:
class which has permissions.

getPermissionedPackage

PermissionedPackage getPermissionedPackage()

getPermissions

java.util.Collection<Permission> getPermissions()

getName

java.lang.String getName()
Returns:
the name of the declaring class