org.jboss.seam.security.permission
Class PermissionMapper
java.lang.Object
org.jboss.seam.security.permission.PermissionMapper
- All Implemented Interfaces:
- Serializable
@ApplicationScoped
public class PermissionMapper
- extends Object
- implements Serializable
Maps permission checks to resolver chains
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionMapper
public PermissionMapper()
resolvePermission
public boolean resolvePermission(Object resource,
String permission)
filterByPermission
public void filterByPermission(Collection<?> collection,
String action)
Copyright © 2011 Seam Framework. All Rights Reserved.