A C D F G I N S W 

A

afterPropertiesSet() - Method in class waffle.spring.NegotiateSecurityFilter
 
authenticate(Authentication) - Method in class waffle.spring.WindowsAuthenticationProvider
 

C

commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class waffle.spring.NegotiateSecurityFilterEntryPoint
 
createGrantedAuthority(WindowsAccount) - Method in class waffle.spring.FqnGrantedAuthorityFactory
 
createGrantedAuthority(WindowsAccount) - Method in interface waffle.spring.GrantedAuthorityFactory
Creates a GrantedAuthority from the given WindowsAccount.

D

DEFAULT_GRANTED_AUTHORITY - Static variable in class waffle.spring.WindowsAuthenticationToken
The GrantedAuthority that will be added to every WindowsAuthenticationToken, unless another (or null) is specified.
DEFAULT_GRANTED_AUTHORITY_FACTORY - Static variable in class waffle.spring.WindowsAuthenticationToken
The GrantedAuthorityFactory that is used by default if a custom one is not specified.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class waffle.spring.NegotiateSecurityFilter
 

F

FqnGrantedAuthorityFactory - Class in waffle.spring
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
FqnGrantedAuthorityFactory(String, boolean) - Constructor for class waffle.spring.FqnGrantedAuthorityFactory
 

G

getAuthorities() - Method in class waffle.spring.WindowsAuthenticationToken
 
getAuthProvider() - Method in class waffle.spring.WindowsAuthenticationProvider
 
getCredentials() - Method in class waffle.spring.WindowsAuthenticationToken
 
getDefaultGrantedAuthority() - Method in class waffle.spring.NegotiateSecurityFilter
 
getDefaultGrantedAuthority() - Method in class waffle.spring.WindowsAuthenticationProvider
 
getDetails() - Method in class waffle.spring.WindowsAuthenticationToken
 
getGrantedAuthorityFactory() - Method in class waffle.spring.NegotiateSecurityFilter
 
getGrantedAuthorityFactory() - Method in class waffle.spring.WindowsAuthenticationProvider
 
getName() - Method in class waffle.spring.WindowsAuthenticationToken
 
getPrincipal() - Method in class waffle.spring.WindowsAuthenticationToken
 
getPrincipalFormat() - Method in class waffle.spring.NegotiateSecurityFilter
 
getPrincipalFormat() - Method in class waffle.spring.WindowsAuthenticationProvider
 
getProvider() - Method in class waffle.spring.NegotiateSecurityFilter
 
getProvider() - Method in class waffle.spring.NegotiateSecurityFilterEntryPoint
 
getRoleFormat() - Method in class waffle.spring.NegotiateSecurityFilter
 
getRoleFormat() - Method in class waffle.spring.WindowsAuthenticationProvider
 
GrantedAuthorityFactory - Interface in waffle.spring
Used by WindowsAuthenticationToken to convert WindowsAccounts representing groups into GrantedAuthoritys.
GuestLoginDisabledAuthenticationException - Exception in waffle.spring
Guest login is disabled authentication exception.
GuestLoginDisabledAuthenticationException(String) - Constructor for exception waffle.spring.GuestLoginDisabledAuthenticationException
 

I

isAllowGuestLogin() - Method in class waffle.spring.NegotiateSecurityFilter
 
isAllowGuestLogin() - Method in class waffle.spring.WindowsAuthenticationProvider
 
isAuthenticated() - Method in class waffle.spring.WindowsAuthenticationToken
 

N

NegotiateSecurityFilter - Class in waffle.spring
A Spring Negotiate security filter.
NegotiateSecurityFilter() - Constructor for class waffle.spring.NegotiateSecurityFilter
 
NegotiateSecurityFilterEntryPoint - Class in waffle.spring
Sends back a request for a Negotiate Authentication to the browser.
NegotiateSecurityFilterEntryPoint() - Constructor for class waffle.spring.NegotiateSecurityFilterEntryPoint
 

S

setAllowGuestLogin(boolean) - Method in class waffle.spring.NegotiateSecurityFilter
 
setAllowGuestLogin(boolean) - Method in class waffle.spring.WindowsAuthenticationProvider
 
setAuthenticated(boolean) - Method in class waffle.spring.WindowsAuthenticationToken
 
setAuthProvider(IWindowsAuthProvider) - Method in class waffle.spring.WindowsAuthenticationProvider
 
setDefaultGrantedAuthority(GrantedAuthority) - Method in class waffle.spring.NegotiateSecurityFilter
 
setDefaultGrantedAuthority(GrantedAuthority) - Method in class waffle.spring.WindowsAuthenticationProvider
 
setGrantedAuthorityFactory(GrantedAuthorityFactory) - Method in class waffle.spring.NegotiateSecurityFilter
 
setGrantedAuthorityFactory(GrantedAuthorityFactory) - Method in class waffle.spring.WindowsAuthenticationProvider
 
setPrincipalFormat(PrincipalFormat) - Method in class waffle.spring.NegotiateSecurityFilter
 
setPrincipalFormat(PrincipalFormat) - Method in class waffle.spring.WindowsAuthenticationProvider
 
setProvider(SecurityFilterProviderCollection) - Method in class waffle.spring.NegotiateSecurityFilter
 
setProvider(SecurityFilterProviderCollection) - Method in class waffle.spring.NegotiateSecurityFilterEntryPoint
 
setRoleFormat(PrincipalFormat) - Method in class waffle.spring.NegotiateSecurityFilter
 
setRoleFormat(PrincipalFormat) - Method in class waffle.spring.WindowsAuthenticationProvider
 
supports(Class<? extends Object>) - Method in class waffle.spring.WindowsAuthenticationProvider
 

W

waffle.spring - package waffle.spring
 
WindowsAuthenticationProvider - Class in waffle.spring
A Waffle authentication provider for Spring-security.
WindowsAuthenticationProvider() - Constructor for class waffle.spring.WindowsAuthenticationProvider
 
WindowsAuthenticationToken - Class in waffle.spring
A Windows authentication token.
WindowsAuthenticationToken(WindowsPrincipal) - Constructor for class waffle.spring.WindowsAuthenticationToken
WindowsAuthenticationToken(WindowsPrincipal, GrantedAuthorityFactory, GrantedAuthority) - Constructor for class waffle.spring.WindowsAuthenticationToken
 
A C D F G I N S W