Serialized Form
-
Package waffle.apache
-
Class waffle.apache.GenericWindowsPrincipal
class GenericWindowsPrincipal extends org.apache.catalina.realm.GenericPrincipal implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groups
Map<String,
WindowsAccount> groups The groups. -
sid
byte[] sid
The sid. -
sidString
String sidString
The sid string.
-
-
-
Package waffle.jaas
-
Class waffle.jaas.GroupPrincipal
class GroupPrincipal extends UserPrincipal implements Serializable- serialVersionUID:
- 1L
-
Class waffle.jaas.RolePrincipal
class RolePrincipal extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fqn
String fqn
The fqn.
-
-
Class waffle.jaas.UserPrincipal
class UserPrincipal extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fqn
String fqn
The fqn.
-
-
-
Package waffle.servlet
-
Class waffle.servlet.AutoDisposableWindowsPrincipal
class AutoDisposableWindowsPrincipal extends WindowsPrincipal implements Serializable- serialVersionUID:
- 1L
-
Class waffle.servlet.WaffleInfoServlet
class WaffleInfoServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class waffle.servlet.WindowsPrincipal
class WindowsPrincipal extends Object implements Serializable- serialVersionUID:
- 1L
-
-
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, ornull
if 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.
-
-
-
Package waffle.spring
-
Exception Class waffle.spring.GuestLoginDisabledAuthenticationException
class GuestLoginDisabledAuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Class waffle.spring.WindowsAuthenticationToken
class WindowsAuthenticationToken extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authorities
Collection<org.springframework.security.core.GrantedAuthority> authorities
The authorities. -
principal
WindowsPrincipal principal
The principal.
-
-
-
Package waffle.windows.auth
-
Class waffle.windows.auth.WindowsAccount
class WindowsAccount extends Object implements Serializable- serialVersionUID:
- 1L
-