Serialized Form
-
Package waffle.shiro
-
Class waffle.shiro.WaffleFqnPrincipal
class WaffleFqnPrincipal extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package waffle.shiro.negotiate
-
Exception Class waffle.shiro.negotiate.AuthenticationInProgressException
class AuthenticationInProgressException extends org.apache.shiro.authc.AuthenticationException implements Serializable- serialVersionUID:
- 2684886728102100988L
-
Class waffle.shiro.negotiate.NegotiateInfo
class NegotiateInfo extends Object implements Serializable- serialVersionUID:
- -1537448549089922914L
-
Class waffle.shiro.negotiate.NegotiateToken
class NegotiateToken extends Object implements Serializable- serialVersionUID:
- 1345343228636916781L
-
Serialized Fields
-
connectionId
String connectionId
The connection id. -
host
String host
The location from where the login attempt occurs, ornullif not known or explicitly omitted. -
in
byte[] in
The in. -
ntlmPost
boolean ntlmPost
The ntlm post. -
out
byte[] out
The out. -
principal
Principal principal
The principal. -
rememberMe
boolean rememberMe
Whether or not 'rememberMe' should be enabled for the corresponding login attempt; default isfalse. -
securityPackage
String securityPackage
The security package. -
subject
Subject subject
The subject.
-
-