Index
All Classes and Interfaces|All Packages
B
- basicSecurityFilterProvider(WindowsAuthProviderImpl) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
BasicSecurityFilterProvider
that provides Basic authentication fall back when using single-sign-on with unsupported browser.
D
- defaultGrantedAuthority() - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The default
GrantedAuthority
that is applied to all users.
G
- getPrincipalFormat() - Method in class waffle.spring.boot.WaffleProperties
-
Gets the principal format.
- getProtocols() - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Gets the protocols.
- getRoleFormat() - Method in class waffle.spring.boot.WaffleProperties
-
Gets the role format.
- getSso() - Method in class waffle.spring.boot.WaffleProperties
-
Gets the sso.
- grantedAuthorityFactory() - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The default
GrantedAuthorityFactory
that is used.
I
- isAllowGuestLogin() - Method in class waffle.spring.boot.WaffleProperties
-
Checks if is allow guest login.
- isBasicEnabled() - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Checks if is basic enabled.
- isEnabled() - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Checks if is enabled.
- isImpersonate() - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Checks if is impersonate.
N
- negotiateSecurityFilterEntryPoint(SecurityFilterProviderCollection) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
NegotiateSecurityFilterEntryPoint
for use by the Spring SecurityAuthenticationManager
when using single-sign-on. - negotiateSecurityFilterProvider(WindowsAuthProviderImpl) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
NegotiateSecurityFilterProvider
that provides single-sign-on authentication using Negotiate with the configured protocols.
S
- setAllowGuestLogin(boolean) - Method in class waffle.spring.boot.WaffleProperties
-
Sets the allow guest login.
- setBasicEnabled(boolean) - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Sets the basic enabled.
- setEnabled(boolean) - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Sets the enabled.
- setImpersonate(boolean) - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Sets the impersonate.
- setPrincipalFormat(String) - Method in class waffle.spring.boot.WaffleProperties
-
Sets the principal format.
- setProtocols(List<String>) - Method in class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
-
Sets the protocols.
- setRoleFormat(String) - Method in class waffle.spring.boot.WaffleProperties
-
Sets the role format.
- setSso(WaffleProperties.SingleSignOnProperties) - Method in class waffle.spring.boot.WaffleProperties
-
Sets the sso.
- SingleSignOnProperties() - Constructor for class waffle.spring.boot.WaffleProperties.SingleSignOnProperties
W
- waffle.spring.boot - package waffle.spring.boot
-
Waffle Spring Boot Package.
- waffle.spring.boot.starter - package waffle.spring.boot.starter
-
Dummy Waffle Spring Boot Stater Package.
- WaffleAutoConfiguration - Class in waffle.spring.boot
-
Auto configuration for Spring Boot that configures beans based on properties defined in
WaffleProperties
. - WaffleAutoConfiguration(WaffleProperties) - Constructor for class waffle.spring.boot.WaffleAutoConfiguration
-
Instantiates a new waffle auto configuration.
- WaffleDummy - Interface in waffle.spring.boot.starter
-
The Interface WaffleDummy.
- waffleNegotiateSecurityFilter(SecurityFilterProviderCollection, GrantedAuthority, GrantedAuthorityFactory) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
NegotiateSecurityFilter
to be used by Spring SecurityAuthenticationManager
when using single-sign-on. - waffleNegotiateSecurityFilterRegistrationBean(NegotiateSecurityFilter) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
When using Spring Boot,
Filter
s are automatically registered. - WaffleProperties - Class in waffle.spring.boot
-
The configuration properties that can be used with Spring Boot to configure WAFFLE.
- WaffleProperties() - Constructor for class waffle.spring.boot.WaffleProperties
- WaffleProperties.SingleSignOnProperties - Class in waffle.spring.boot
-
The Class SingleSignOnProperties.
- waffleSecurityFilterProviderCollection(NegotiateSecurityFilterProvider, BasicSecurityFilterProvider) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
SecurityFilterProviderCollection
that includesNegotiateSecurityFilterProvider
and/orBasicSecurityFilterProvider
depending on configuration. - waffleSpringAuthenticationProvider(WindowsAuthProviderImpl, GrantedAuthority, GrantedAuthorityFactory) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
WindowsAuthenticationProvider
that can be used by Spring Security by anAuthenticationManager
to provide authentication. - waffleWindowsAuthProvider() - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
WindowsAuthProviderImpl
instance.
All Classes and Interfaces|All Packages