org.jboss.aspects.security
Class SecurityConstructorConfig

java.lang.Object
  extended by org.jboss.aop.metadata.ConstructorConfig
      extended by org.jboss.aspects.security.SecurityConstructorConfig

public class SecurityConstructorConfig
extends org.jboss.aop.metadata.ConstructorConfig


Constructor Summary
SecurityConstructorConfig()
           
 
Method Summary
 Set getRoles()
           
 boolean isExcluded()
           
 boolean isUnchecked()
           
 void setExcluded()
           
 void setRoles(Set perm)
           
 void setUnchecked()
           
 
Methods inherited from class org.jboss.aop.metadata.ConstructorConfig
importXml, patternMatches, patternMatches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityConstructorConfig

public SecurityConstructorConfig()
Method Detail

isUnchecked

public boolean isUnchecked()

isExcluded

public boolean isExcluded()

getRoles

public Set getRoles()

setRoles

public void setRoles(Set perm)

setUnchecked

public void setUnchecked()

setExcluded

public void setExcluded()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.