|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_rar.deployment.xml.SecurityEntry
public class SecurityEntry
This class defines the implementation of the element security-entry
| Constructor Summary | |
|---|---|
SecurityEntry()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getEncrypted()
Gets the encrypted value |
java.lang.String |
getPassword()
Gets the password |
java.lang.String |
getPrincipalName()
Gets the principalName |
java.lang.String |
getUser()
Gets the user |
void |
setEncrypted(java.lang.String encrypted)
Set the encrypted |
void |
setPassword(java.lang.String password)
Set the password |
void |
setPrincipalName(java.lang.String principalName)
Set the principalName |
void |
setUser(java.lang.String user)
Set the user |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityEntry()
| Method Detail |
|---|
public java.lang.String getPrincipalName()
public void setPrincipalName(java.lang.String principalName)
principalName - id objectpublic java.lang.String getUser()
public void setUser(java.lang.String user)
user - id objectpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - id objectpublic java.lang.String getEncrypted()
public void setEncrypted(java.lang.String encrypted)
encrypted - id objectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||