public interface PrincipalNameTransformer
String transform(String formUserId)
The Principal Name eventually assigned by the PrincipalResolver may be unqualified ("AENewman"). However, validation of the Principal name against a particular backend source represented by a particular Authentication Handler may require transformation to a temporary fully qualified format such as AENewman@MAD.DCCOMICS.COM or MAD\AENewman. After validation, this form of the Principal name is discarded in favor of the choice made by the Resolver.
formUserId - The raw userid typed into the login formCopyright © 2004-2014 Jasig. All Rights Reserved.