Class pgj.AuthReply

java.lang.Object
  extended bypgj.AuthReply
All Implemented Interfaces:
pgj.ProtocolChunk
Enclosing class:
pgj

public static class pgj.AuthReply
extends java.lang.Object
implements pgj.ProtocolChunk


Field Summary
static int CRYPT
           
static int KERB4
           
static int KERB5
           
static int MD5
           
static int OK
           
 int reply
           
static java.lang.String[] replyDescriptions
           
 byte[] salt
           
static int SCM
           
static int TEXT
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reply

public int reply

salt

public byte[] salt

OK

public static final int OK
See Also:
Constant Field Values

KERB4

public static final int KERB4
See Also:
Constant Field Values

KERB5

public static final int KERB5
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

CRYPT

public static final int CRYPT
See Also:
Constant Field Values

MD5

public static final int MD5
See Also:
Constant Field Values

SCM

public static final int SCM
See Also:
Constant Field Values

replyDescriptions

public static final java.lang.String[] replyDescriptions
Method Detail

toString

public java.lang.String toString()