Class PrincipalFactoryUtils
- java.lang.Object
-
- org.apereo.cas.authentication.principal.PrincipalFactoryUtils
-
public class PrincipalFactoryUtils extends java.lang.ObjectThis isPrincipalFactoryUtils.- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description PrincipalFactoryUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apereo.cas.authentication.principal.PrincipalFactorynewGroovyPrincipalFactory(org.springframework.core.io.Resource resource)New principal factory.static org.apereo.cas.authentication.principal.PrincipalFactorynewPrincipalFactory()New principal factory.
-
-
-
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
-
-