Class DefaultPrincipalFactory
- java.lang.Object
-
- org.apereo.cas.authentication.principal.DefaultPrincipalFactory
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.principal.PrincipalFactory
- Direct Known Subclasses:
GroovyPrincipalFactory
public class DefaultPrincipalFactory extends java.lang.Object implements org.apereo.cas.authentication.principal.PrincipalFactoryFactory to createSimplePrincipalobjects.- Since:
- 4.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultPrincipalFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.principal.PrincipalcreatePrincipal(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> attributes)
-