public class AuthorizationHeader extends Object
| Constructor and Description |
|---|
AuthorizationHeader(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader() |
String |
getSecurityPackage()
Returns a supported security package string.
|
String |
getToken() |
byte[] |
getTokenBytes() |
boolean |
isNtlmType1Message() |
boolean |
isNtlmType1PostAuthorizationHeader()
When using NTLM authentication and the browser is making a POST request, it preemptively sends a Type 2
authentication message (without the POSTed data).
|
boolean |
isNull() |
boolean |
isSPNegoMessage() |
String |
toString() |
public AuthorizationHeader(javax.servlet.http.HttpServletRequest request)
public String getHeader()
public boolean isNull()
public String getSecurityPackage()
public String getToken()
public byte[] getTokenBytes()
public boolean isNtlmType1Message()
public boolean isSPNegoMessage()
public boolean isNtlmType1PostAuthorizationHeader()
Copyright © 2014. All Rights Reserved.