org.jboss.security.authorization
Interface EntitlementHolder<T>
public interface EntitlementHolder<T>
Interface representing holder of objects
that are entitled as part of an authorization
process in instance based security
- Since:
- Nov 21, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
|
Method Summary |
java.util.List<T> |
getEntitled()
Get a list of objects from the Authorization Resource
that are entitled |
getEntitled
java.util.List<T> getEntitled()
- Get a list of objects from the Authorization Resource
that are entitled
- Returns:
Copyright © 2008 JBoss Inc.. All Rights Reserved.