|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.SpringSecurityException
org.springframework.security.AuthenticationException
org.springframework.security.ui.ntlm.NtlmBaseException
org.springframework.security.ui.ntlm.NtlmType2MessageException
public class NtlmType2MessageException
Contains the NTLM Type 2 message that is sent back to the client during negotiations.
| Constructor Summary | |
|---|---|
NtlmType2MessageException(java.lang.String type2Msg)
|
|
| Method Summary | |
|---|---|
void |
preserveAuthentication()
Preserve the existing Authentication object each time
Internet Explorer does a POST. |
| Methods inherited from class org.springframework.security.AuthenticationException |
|---|
getAuthentication, getExtraInformation |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NtlmType2MessageException(java.lang.String type2Msg)
| Method Detail |
|---|
public void preserveAuthentication()
Authentication object each time
Internet Explorer does a POST.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||