Class PrefixSuffixPrincipalNameTransformer

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

    public class PrefixSuffixPrincipalNameTransformer
    extends java.lang.Object
    implements org.apereo.cas.authentication.handler.PrincipalNameTransformer
    Transform the user id by adding a prefix or suffix.
    Since:
    3.3.6
    • 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

      • PrefixSuffixPrincipalNameTransformer

        public PrefixSuffixPrincipalNameTransformer()
    • Method Detail

      • transform

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