|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.shimhost.OldStyleParams.Param
com.novell.nds.dirxml.shimhost.OldStyleParams.PasswordParam
public static class OldStyleParams.PasswordParam
Encapsulation of a "password-ref" shim parameter.
Constructor Summary | |
---|---|
OldStyleParams.PasswordParam(String name)
Construct a new PasswordParam instance |
Method Summary | |
---|---|
String |
getPasswordName()
Return the name of the referenced password. |
void |
setPasswordName(String newPasswordName)
Set the name of the referenced password ( calls setValue() ). |
Element |
toXML(Node parent)
Construct an XML representation of this PasswordParam |
Methods inherited from class com.novell.nds.dirxml.shimhost.OldStyleParams.Param |
---|
getDisplayName, getName, getValue, hasBeenModified, resetModified, setDisplayName, setName, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OldStyleParams.PasswordParam(String name) throws IllegalArgumentException
PasswordParam
instance
name
- name of the parameter (and name of XML element)
IllegalArgumentException
- if name
does not match the XML Name productionMethod Detail |
---|
public Element toXML(Node parent)
PasswordParam
toXML
in class OldStyleParams.Param
parent
- Node
under which to build representation
Element
OldStyleParams.Param.hasBeenModified()
,
OldStyleParams.Param.resetModified()
public String getPasswordName()
getValue()
)public void setPasswordName(String newPasswordName) throws IllegalArgumentException
calls setValue()
).
newPasswordName
- password name
IllegalArgumentException
- if newPasswordName
is
null
or 0-length
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |