Class RestfulPrincipalFactory
- java.lang.Object
-
- org.apereo.cas.authentication.principal.DefaultPrincipalFactory
-
- org.apereo.cas.authentication.principal.RestfulPrincipalFactory
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.principal.PrincipalFactory
public class RestfulPrincipalFactory extends DefaultPrincipalFactory
This isRestfulPrincipalFactory.- Since:
- 6.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestfulPrincipalFactory()
-
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.util.List<java.lang.Object>> attributes)
-
-
-
Method Detail
-
createPrincipal
public org.apereo.cas.authentication.principal.Principal createPrincipal(java.lang.String id, java.util.Map<java.lang.String,java.util.List<java.lang.Object>> attributes)- Specified by:
createPrincipalin interfaceorg.apereo.cas.authentication.principal.PrincipalFactory- Overrides:
createPrincipalin classDefaultPrincipalFactory
-
-