jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddbasd
Class NEWPASSWORD

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.NEWPASSWORD

public class NEWPASSWORD
extends NAME

New Password. NEWPASSWORD at the Target System specifies the new password associated with the defined end-user name. With certain SECMECs, the new password can be encrypted. The target server can optionally fold the new 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 NEWPASSWORD as a byte string. The SECMGR is aware of and has knowledge of the contents of the NEWPASSWORD. DDM does not know or care about the specific contents of this field. If the reader needs to know the actual contents, see USRSECOVR.


Field Summary
static short CP
           
 CHRSTRDR value
           
 
Constructor Summary
NEWPASSWORD(CHRSTRDR value)
           
NEWPASSWORD(DDM ddm, int len)
           
 
Method Summary
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CP

public static final short CP
See Also:
Constant Field Values

value

public CHRSTRDR value
Constructor Detail

NEWPASSWORD

public NEWPASSWORD(CHRSTRDR value)

NEWPASSWORD

public NEWPASSWORD(DDM ddm,
                   int len)
            throws IOException
Method Detail

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

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.