| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.SecurityEntry
SecurityEntry | public class SecurityEntry extends AbsElement (Code) | | This class defines the implementation of the element security-entry
author: Eric Hardesty |
SecurityEntry | public SecurityEntry()(Code) | | Constructor
|
getEncrypted | public String getEncrypted()(Code) | | Gets the encrypted value
the encrypted value |
getPassword | public String getPassword()(Code) | | Gets the password
the password |
getPrincipalName | public String getPrincipalName()(Code) | | Gets the principalName
the principalName |
setEncrypted | public void setEncrypted(String encrypted)(Code) | | Set the encrypted
Parameters: encrypted - id object |
setPassword | public void setPassword(String password)(Code) | | Set the password
Parameters: password - id object |
setPrincipalName | public void setPrincipalName(String principalName)(Code) | | Set the principalName
Parameters: principalName - id object |
setUser | public void setUser(String user)(Code) | | Set the user
Parameters: user - id object |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|