Class PrincipalFactoryUtils


  • public class PrincipalFactoryUtils
    extends java.lang.Object
    Since:
    5.3.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apereo.cas.authentication.principal.PrincipalFactory newGroovyPrincipalFactory​(org.springframework.core.io.Resource resource)
      New principal factory.
      static org.apereo.cas.authentication.principal.PrincipalFactory newPrincipalFactory()
      New principal factory.
      • Methods inherited from class java.lang.Object

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

      • PrincipalFactoryUtils

        public PrincipalFactoryUtils()
    • Method Detail

      • newPrincipalFactory

        public static org.apereo.cas.authentication.principal.PrincipalFactory newPrincipalFactory()
        New principal factory.
        Returns:
        the principal factory
      • newGroovyPrincipalFactory

        public static org.apereo.cas.authentication.principal.PrincipalFactory newGroovyPrincipalFactory​(org.springframework.core.io.Resource resource)
        New principal factory.
        Parameters:
        resource - the resource
        Returns:
        the principal factory