Class GroovyPrincipalFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.principal.Principal createPrincipal​(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> attributes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.principal.PrincipalFactory

        createPrincipal
    • Constructor Detail

      • GroovyPrincipalFactory

        public GroovyPrincipalFactory()
    • Method Detail

      • createPrincipal

        public org.apereo.cas.authentication.principal.Principal createPrincipal​(java.lang.String id,
                                                                                 java.util.Map<java.lang.String,java.lang.Object> attributes)
        Specified by:
        createPrincipal in interface org.apereo.cas.authentication.principal.PrincipalFactory
        Overrides:
        createPrincipal in class DefaultPrincipalFactory