org.jboss.security.acl
Interface ACLEntry


public interface ACLEntry

This interface represents an entry in the Access Control List.

Author:
Stefan Guilhen

Method Summary
 org.jboss.security.identity.Identity getIdentity()
           Obtains the Identity for which a permission has been assigned in this entry.
 ACLPermission getPermission()
           Obtains the Permission object held by this entry.
 

Method Detail

getIdentity

org.jboss.security.identity.Identity getIdentity()

Obtains the Identity for which a permission has been assigned in this entry.

Returns:
a reference to the Identity contained in this entry.

getPermission

ACLPermission getPermission()

Obtains the Permission object held by this entry.

Returns:
a reference to the Permission contained in this entry.


Copyright © 2007 JBoss Inc.. All Rights Reserved.