站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

SecurityMethodConfig (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.security
Class SecurityMethodConfig

java.lang.Object
  extended byorg.jboss.aop.metadata.MethodConfig
      extended byorg.jboss.aspects.security.SecurityMethodConfig

public class SecurityMethodConfig
extends org.jboss.aop.metadata.MethodConfig


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

Constructor Detail

SecurityMethodConfig

public SecurityMethodConfig()
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.