| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.JonasRunAsMapping
JonasRunAsMapping | public class JonasRunAsMapping extends AbsElement (Code) | | This class defines the implementation of the element jonas-run-as-mapping It
defines mapping between principal and list of roles
author: Florent Benoit |
JonasRunAsMapping | public JonasRunAsMapping()(Code) | | Constructor
|
addRoleName | public void addRoleName(String roleName)(Code) | | Add a new role-name element to this object
Parameters: roleName - the name of the role |
getPrincipalName | public String getPrincipalName()(Code) | | the principal Name. |
getRoleNamesList | public JLinkedList getRoleNamesList()(Code) | | Gets the role-name
the role-name |
setPrincipalName | public void setPrincipalName(String principalName)(Code) | | Sets the principal name
Parameters: principalName - name of the principal to set. |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|