org.sourceforge.jxutil.net.ddm.qddbasd
Class PASSWORD
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.NAME
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.PASSWORD
- public class PASSWORD
- extends NAME
Password at the Target System (PASSWORD) specifies the password associated
with the defined end-user name.
With certain SECMECs, the password can be encrypted. The target server can
optionally fold the password if it is not in the correct form for the target
security manager. Folding is the process of modifying the characters from
one form to another. For instance, from mixed case into all upper or all
lowercase. DDM architecture treats the PASSWORD as a byte string. The SECMGR
is aware of and has knowledge of the contents of the PASSWORD. DDM does not
know or care about the specific contents of this field. If the reader needs
to know the actual contents, see USRSECOVR.
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
value
public CHRSTRDR value
PASSWORD
public PASSWORD(CHRSTRDR value)
PASSWORD
public PASSWORD(DDM ddm,
int len)
throws IOException
toString
public String toString()
- Description copied from class:
DATA
- Pretty print.
- Overrides:
toString
in class DATA
- Returns:
- the class name and code point value.
write
public void write(DDM ddm)
throws IOException
- Description copied from class:
DATA
- Write out the object.
- Overrides:
write
in class DATA
- Parameters:
ddm
- the DDM stream
IOException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.