Package waffle.spring

Class FqnGrantedAuthorityFactory

java.lang.Object
waffle.spring.FqnGrantedAuthorityFactory
All Implemented Interfaces:
GrantedAuthorityFactory

public class FqnGrantedAuthorityFactory extends Object implements GrantedAuthorityFactory
A 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
.