Class NoOpPrincipalNameTransformer

  • All Implemented Interfaces:
    org.apereo.cas.authentication.handler.PrincipalNameTransformer

    public class NoOpPrincipalNameTransformer
    extends java.lang.Object
    implements org.apereo.cas.authentication.handler.PrincipalNameTransformer
    A transformer that does no transformations and returns the principal name as it was provided.
    Since:
    5.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String formUserId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoOpPrincipalNameTransformer

        public NoOpPrincipalNameTransformer()
    • Method Detail

      • transform

        public java.lang.String transform​(java.lang.String formUserId)
        Specified by:
        transform in interface org.apereo.cas.authentication.handler.PrincipalNameTransformer