Index
All Classes and Interfaces|All Packages
B
- basicSecurityFilterProvider(WindowsAuthProviderImpl) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
BasicSecurityFilterProviderthat provides Basic authentication fall back when using single-sign-on with unsupported browser.
D
- defaultGrantedAuthority() - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The default
GrantedAuthoritythat 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
GrantedAuthorityFactorythat 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
NegotiateSecurityFilterEntryPointfor use by the Spring SecurityAuthenticationManagerwhen using single-sign-on. - negotiateSecurityFilterProvider(WindowsAuthProviderImpl) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
NegotiateSecurityFilterProviderthat 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
NegotiateSecurityFilterto be used by Spring SecurityAuthenticationManagerwhen using single-sign-on. - waffleNegotiateSecurityFilterRegistrationBean(NegotiateSecurityFilter) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
When using Spring Boot,
Filters 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
SecurityFilterProviderCollectionthat includesNegotiateSecurityFilterProviderand/orBasicSecurityFilterProviderdepending on configuration. - waffleSpringAuthenticationProvider(WindowsAuthProviderImpl, GrantedAuthority, GrantedAuthorityFactory) - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
WindowsAuthenticationProviderthat can be used by Spring Security by anAuthenticationManagerto provide authentication. - waffleWindowsAuthProvider() - Method in class waffle.spring.boot.WaffleAutoConfiguration
-
The
WindowsAuthProviderImplinstance.
All Classes and Interfaces|All Packages