org.sourceforge.jxutil.net.ddm.qddbasd
Class SECTKN
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.FIELD
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.BYTSTRDR
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.SECTKN
- public class SECTKN
- extends BYTSTRDR
Security Token.
The Security Token (SECTKN) Byte String is information provided and
used by the various security mechanisms. See SECOVR for information
on the DDM flows that carry the SECTKN. The security token contains
security context information to identify and authenticate a user to
the target server or to authenticate the target server to the source
server. Depending on the security mechanism, SECTKN may flow either
as an object or as an instance variable with the ACCSEC and SECCHK
commands. For example, SECTKN flows as an instance variable when the
USRSBSPWD and USRENCPWD security mechanisms are chosen, whereas if the
OSFDCE security mechanism is used, then SECTKN flows as an object
because DCE security tokens can be arbitrarily large.
Method Summary |
void |
write(DDM ddm)
Write out the object. |
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 BYTSTRDR value
SECTKN
public SECTKN(DDM ddm,
int len)
throws IOException
write
public void write(DDM ddm)
throws IOException
- Description copied from class:
DATA
- Write out the object.
- Overrides:
write
in class BYTSTRDR
- Parameters:
ddm
- the DDM stream
IOException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.