Modifier and Type | Class and Description |
---|---|
pack-priv static enum |
Modifier and Type | Field and Description |
---|---|
pack-priv static final int | |
pack-priv static final int | |
public static ObjectIdentifier | OID
The object identifier corresponding to the SPNEGO GSS-API mechanism. |
private final int |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
pack-priv static int | Returns: the current tag, used as the next value for lastthe last tag seen last, int the current tag current)Checks if the context tag in a sequence is in correct order. |
pack-priv abstract byte[] | |
pack-priv byte[] | Returns: the encoded tokenReturns the encoded SPNEGO token Note: inserts the required CHOICE tags |
pack-priv static String | Returns: the String message of this negotiated resultthe negotiated result result)Returns a string representing the negotiation result. |
pack-priv static String | Returns: the String name of this token typethe token type for which a string name is desired type)Returns a string representing the token type. |
pack-priv final int |
NEG_TOKEN_INIT_ID | back to summary |
---|---|
pack-priv static final int NEG_TOKEN_INIT_ID |
NEG_TOKEN_TARG_ID | back to summary |
---|---|
pack-priv static final int NEG_TOKEN_TARG_ID |
OID | back to summary |
---|---|
public static ObjectIdentifier OID The object identifier corresponding to the SPNEGO GSS-API mechanism. |
tokenType | back to summary |
---|---|
private final int tokenType |
SpNegoToken | back to summary |
---|---|
protected SpNegoToken(int tokenType) Creates SPNEGO token of the specified type. |
checkNextField | back to summary |
---|---|
pack-priv static int checkNextField(int last, int current) throws GSSException Checks if the context tag in a sequence is in correct order. The "last" value must be smaller than "current".
|
encode | back to summary |
---|---|
pack-priv abstract byte[] encode() throws GSSException Returns the individual encoded SPNEGO token
|
getEncoded | back to summary |
---|---|
pack-priv byte[] getEncoded() throws IOException, GSSException Returns the encoded SPNEGO token Note: inserts the required CHOICE tags
|
getNegoResultString | back to summary |
---|---|
pack-priv static String getNegoResultString(int result) Returns a string representing the negotiation result.
|
getTokenName | back to summary |
---|---|
pack-priv static String getTokenName(int type) Returns a string representing the token type.
|
getType | back to summary |
---|---|
pack-priv final int getType() Returns the SPNEGO token type
|
Modifier and Type | Field and Description |
---|---|
public static final SpNegoToken. | |
public static final SpNegoToken. | |
public static final SpNegoToken. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static SpNegoToken. | |
public static SpNegoToken. |
ACCEPT_COMPLETE | back to summary |
---|---|
public static final SpNegoToken. |
ACCEPT_INCOMPLETE | back to summary |
---|---|
public static final SpNegoToken. |
REJECT | back to summary |
---|---|
public static final SpNegoToken. |
NegoResult | back to summary |
---|---|
private NegoResult() |
valueOf | back to summary |
---|---|
public static SpNegoToken. |
values | back to summary |
---|---|
public static SpNegoToken. |