Class pgj.AuthReply
java.lang.Object
pgj.AuthReply
- All Implemented Interfaces:
- pgj.ProtocolChunk
- Enclosing class:
- pgj
- public static class pgj.AuthReply
- extends java.lang.Object
- implements pgj.ProtocolChunk
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()