Package org.apereo.cas.api
Interface PrincipalProvisioner
-
- All Known Implementing Classes:
ScimV1PrincipalProvisioner,ScimV2PrincipalProvisioner
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PrincipalProvisionerThis isPrincipalProvisioner.- Since:
- 5.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancreate(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.authentication.principal.Principal p, org.apereo.cas.authentication.Credential credential)Create principal.
-
-
-
Method Detail
-
create
boolean create(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.authentication.principal.Principal p, org.apereo.cas.authentication.Credential credential)Create principal.- Parameters:
authentication- the authenticationp- the principalcredential- the credential- Returns:
- true /false
-
-