| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.MethodPermission
MethodPermission | public class MethodPermission (Code) | | Defines a method permission used within an assembly descriptor.
author: Florent BENOIT |
Field Summary | |
final public static String | NAME Name of this element. |
NAME | final public static String NAME(Code) | | Name of this element.
|
MethodPermission | public MethodPermission()(Code) | | Default constructor.
|
addMethod | public void addMethod(MethodDD method)(Code) | | Add a new Method.
Parameters: method - the given method. |
addRoleName | public void addRoleName(String roleName)(Code) | | Add the given role.
Parameters: roleName - the name of the role. |
getRoleNameList | public List<String> getRoleNameList()(Code) | | Gets the name of the role.
the role's name. |
isUnchecked | public boolean isUnchecked()(Code) | | Is it unchecked ?.
true if it is unchecked, else false. |
setUnchecked | public void setUnchecked(boolean unchecked)(Code) | | Sets the unchecked flag.
Parameters: unchecked - the given boolean value. |
|
|
|