|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.Options
org.apache.directory.server.kerberos.shared.messages.value.ApOptions
public class ApOptions
Field Summary | |
---|---|
static int |
MAX_VALUE
AP Request option - maximum value |
static int |
MUTUAL_REQUIRED
AP Request option - mutual authentication required |
static int |
RESERVED
AP Request option - reserved |
static int |
USE_SESSION_KEY
AP Request option - use session key |
Constructor Summary | |
---|---|
ApOptions()
Creates a new instance of ApOptions. |
|
ApOptions(byte[] options)
Creates a new instance of ApOptions. |
Method Summary | |
---|---|
java.lang.String |
toString()
Converts the object to a printable string. |
Methods inherited from class org.apache.directory.server.kerberos.shared.messages.value.Options |
---|
clear, get, getBytes, match, set, setBytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int RESERVED
public static final int USE_SESSION_KEY
public static final int MUTUAL_REQUIRED
public static final int MAX_VALUE
Constructor Detail |
---|
public ApOptions()
public ApOptions(byte[] options)
options
- Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |