org.sourceforge.jxutil.net.ddm.qddbasd
Class ACCSECRD
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.ACCSECRD
- public class ACCSECRD
- extends COLLECTION
Access Security Reply Data.
The Access Security Reply Data (ACCSECRD) Collection Object contains
the security information from a target server's security manager.
This information is returned in response to an ACCSEC command. If an
error is detected in processing the ACCSEC command, a SECCHKCD is
returned with the ACCSECRD. It has an implied severity code of ERROR.
The ACCSEC command must be sent again to generate a new set of instance
variables on the ACCSECRD prior to sending the SECCHK command to
authenticate the connection.
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
ACCSECRD
public ACCSECRD(DDM ddm,
int len)
throws IOException
ACCSECRD
public ACCSECRD(SECMEC secmec)
throws IOException
getSECCHKCD
public SECCHKCD getSECCHKCD()
getSECMEC
public SECMEC getSECMEC()
getSECTKN
public SECTKN getSECTKN()
setSECCHKCD
public void setSECCHKCD(SECCHKCD secchkcd)
setSECMEC
public void setSECMEC(SECMEC secmec)
setSECTKN
public void setSECTKN(SECTKN sectkn)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.