站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

AclProvider (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.security.acl
Interface AclProvider

All Known Implementing Classes:
AbstractAclProvider

public interface AclProvider

Provides a list of Acls for an object.

Author:
Shane Bryzak

Method Summary
 Acl getAcls(Object value)
          Return all Acls for the specified object.
 Acl getAcls(Object value, Principal principal)
          Return all Acls for the specified object that apply to the specified Principal.
 

Method Detail

getAcls

Acl getAcls(Object value)
Return all Acls for the specified object.

Parameters:
value - Object
Returns:
Acl

getAcls

Acl getAcls(Object value,
            Principal principal)
Return all Acls for the specified object that apply to the specified Principal.

Parameters:
value - Object
principal - Principal
Returns:
Acl