Package com.kerb4j.common.util
Class SpnegoAuthScheme
java.lang.Object
com.kerb4j.common.util.SpnegoAuthScheme
Example schemes are "Negotiate" and "Basic".
See examples and tutorials at http://spnego.sourceforge.net
- Author:
- Darwin V. Felix
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpnegoAuthScheme
-
-
Method Details
-
getScheme
Returns HTTP Authorization scheme.- Returns:
- "Negotiate" or "Basic"
-
getToken
public byte[] getToken()Returns a copy of byte[].- Returns:
- copy of token
-