org.jboss.seam.faces.examples.viewconfig.security
Class SecurityRules

java.lang.Object
  extended by org.jboss.seam.faces.examples.viewconfig.security.SecurityRules

public class SecurityRules
extends Object

Author:
Brian Leathem

Constructor Summary
SecurityRules()
           
 
Method Summary
 boolean adminChecker(org.jboss.seam.security.Identity identity)
           
 boolean ownerChecker(org.jboss.seam.security.Identity identity, Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRules

public SecurityRules()
Method Detail

ownerChecker

public boolean ownerChecker(org.jboss.seam.security.Identity identity,
                            Item item)

adminChecker

public boolean adminChecker(org.jboss.seam.security.Identity identity)


Copyright © 2009-2011 Seam Framework. All Rights Reserved.