| Transforms a String into a GrantedAuthority .
Can handle either a single String or a collection (or array)
of String instances. Always returns a collection or array if
collection or array was the input.
Transformer input: String instance, Collection
of String instances, or array of String
instances.
Transformer output: GrantedAuthority instance,
Collection of GrantedAuthority instances, or
array of GrantedAuthority instances.
author: mlowery |