@FunctionalInterface public interface GrantedAuthorityFactory
WindowsAuthenticationToken to convert WindowsAccounts representing groups into
GrantedAuthoritys.| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.GrantedAuthority |
createGrantedAuthority(WindowsAccount windowsAccount)
Creates a
GrantedAuthority from the given WindowsAccount. |
org.springframework.security.core.GrantedAuthority createGrantedAuthority(WindowsAccount windowsAccount)
GrantedAuthority from the given WindowsAccount.windowsAccount - the windows accountCopyright © 2010–2020 com.github.waffle. All rights reserved.