Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>
getEntitled()
Get a list of objects from the Authorization Resource that are entitled
-