Uses of Interface
waffle.spring.GrantedAuthorityFactory
-
Uses of GrantedAuthorityFactory in waffle.spring
Classes in waffle.spring that implement GrantedAuthorityFactoryModifier and TypeClassDescriptionclassAGrantedAuthorityFactorythat uses theWindowsAccount's fqn as the basis of theGrantedAuthoritystring, and (optionally) applies two transformations: prepending a prefix, and converting to uppercase .Fields in waffle.spring declared as GrantedAuthorityFactoryModifier and TypeFieldDescriptionstatic final GrantedAuthorityFactoryWindowsAuthenticationToken.DEFAULT_GRANTED_AUTHORITY_FACTORYTheGrantedAuthorityFactorythat is used by default if a custom one is not specified.Methods in waffle.spring that return GrantedAuthorityFactoryModifier and TypeMethodDescriptionNegotiateSecurityFilter.getGrantedAuthorityFactory()Gets the granted authority factory.WindowsAuthenticationProvider.getGrantedAuthorityFactory()Gets the granted authority factory.Methods in waffle.spring with parameters of type GrantedAuthorityFactoryModifier and TypeMethodDescriptionvoidNegotiateSecurityFilter.setGrantedAuthorityFactory(GrantedAuthorityFactory value) Sets the granted authority factory.voidWindowsAuthenticationProvider.setGrantedAuthorityFactory(GrantedAuthorityFactory value) Sets the granted authority factory.Constructors in waffle.spring with parameters of type GrantedAuthorityFactoryModifierConstructorDescriptionWindowsAuthenticationToken(waffle.servlet.WindowsPrincipal identity, GrantedAuthorityFactory grantedAuthorityFactory, org.springframework.security.core.GrantedAuthority defaultGrantedAuthority) Instantiates a new windows authentication token.