public interface GrantedAuthorityFactory
WindowsAuthenticationToken to convert WindowsAccounts representing groups into
GrantedAuthoritys.| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.GrantedAuthority |
createGrantedAuthority(waffle.windows.auth.WindowsAccount windowsAccount)
Creates a
GrantedAuthority from the given WindowsAccount. |