|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.metamodel.MethodPermission
public class MethodPermission
Represents an
Constructor Summary
MethodPermission()
Method Summary
void
addMethod(Method method)
void
addRoleName(String roleName)
List<Method>
getMethods()
List
getRoleNames()
boolean
isUnchecked()
void
setUnchecked(boolean isUnchecked)
String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
MethodPermission
public MethodPermission()
Method Detail
isUnchecked
public boolean isUnchecked()
setUnchecked
public void setUnchecked(boolean isUnchecked)
getRoleNames
public List getRoleNames()
addRoleName
public void addRoleName(String roleName)
getMethods
public List<Method> getMethods()
addMethod
public void addMethod(Method method)
toString
public String toString()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009 JBoss Inc.. All Rights Reserved.