GrantedAuthority from the given WindowsAccount.GrantedAuthority that will be added to every WindowsAuthenticationToken, unless another (or null) is
specified.GrantedAuthorityFactory that is used by default if a custom one is not specified.GrantedAuthorityFactory that uses the WindowsAccount's fqn as the basis of the
GrantedAuthority string, and (optionally) applies two transformations:
prepending a prefix, and
converting to uppercase
WindowsAuthenticationToken to convert WindowsAccounts representing groups into
GrantedAuthoritys.WindowsAuthenticationToken(WindowsPrincipal, GrantedAuthorityFactory, GrantedAuthority) with:
the given identity,
the DEFAULT_GRANTED_AUTHORITY_FACTORY
the DEFAULT_GRANTED_AUTHORITY