org.sourceforge.jxutil.net.ddm.qddbasd
Class SECCHKRM
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.RPYMSG
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.SECCHKRM
- public class SECCHKRM
- extends RPYMSG
Security Check.
The Security Check (SECCHKRM) Reply Message indicates the acceptability of
the security information. The security manager specifies the state of the
security information via the SECCHKCD. The relationship between the SECCHKCD
and the SVRCOD is shown in the term SECCHKCD. When mutual authentication of
the source and target servers is requested, the sectkn must be returned.
SECTKN flows as reply data to the SECCHK cmd. It must flow after the
SECCHKRM message. If the target SECTKN is not acceptable to the source
server, then the source server must terminate the network connection and
return a security error to the user.
Field Summary |
static short |
CP
|
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION |
|
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
SECCHKRM
public SECCHKRM(DDM ddm,
int len)
throws IOException
getSECCHKCD
public SECCHKCD getSECCHKCD()
getSECTKN
public SECTKN getSECTKN()
setSECCHKCD
public void setSECCHKCD(SECCHKCD secchkcd)
setSECTKN
public void setSECTKN(SECTKN sectkn)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.