| Interface | Description |
|---|---|
| GrantedAuthorityFactory |
Used by
WindowsAuthenticationToken to convert WindowsAccounts representing groups into
GrantedAuthoritys. |
| Class | Description |
|---|---|
| DelegatingNegotiateSecurityFilter |
Supports optional injection of spring security entities, allowing Waffle to act as an interface towards an identity
provider(the AD).
|
| FqnGrantedAuthorityFactory |
A
GrantedAuthorityFactory that uses the WindowsAccount's fqn as the basis of the
GrantedAuthority string, and (optionally) applies two transformations:
prepending a prefix, and
converting to uppercase
. |
| NegotiateSecurityFilter |
A Spring Negotiate security filter.
|
| NegotiateSecurityFilterEntryPoint |
Sends back a request for a Negotiate Authentication to the browser.
|
| WindowsAuthenticationProvider |
A Waffle authentication provider for Spring-security.
|
| WindowsAuthenticationToken |
A Windows authentication token.
|
| Exception | Description |
|---|---|
| GuestLoginDisabledAuthenticationException |
Guest login is disabled authentication exception.
|
Copyright © 2010–2015 com.github.dblock. All rights reserved.