public final class NoOpPrincipalNameTransformer extends Object implements PrincipalNameTransformer
| Constructor and Description |
|---|
NoOpPrincipalNameTransformer() |
public String transform(String formUserId)
PrincipalNameTransformerThe 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.
transform in interface PrincipalNameTransformerformUserId - The raw userid typed into the login formCopyright © 2004-2014 Jasig. All Rights Reserved.