Class SyncopePrincipalProvisioner

java.lang.Object
org.apereo.cas.syncope.SyncopePrincipalProvisioner
All Implemented Interfaces:
org.apereo.cas.authentication.principal.PrincipalProvisioner

public class SyncopePrincipalProvisioner extends Object implements org.apereo.cas.authentication.principal.PrincipalProvisioner
Since:
7.0.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.authentication.principal.PrincipalProvisioner

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    SyncopePrincipalProvisioner(org.apereo.cas.configuration.model.support.syncope.SyncopePrincipalProvisioningProperties properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    provision(org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.authentication.Credential credential)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.authentication.principal.PrincipalProvisioner

    provision
  • Constructor Details

    • SyncopePrincipalProvisioner

      public SyncopePrincipalProvisioner(org.apereo.cas.configuration.model.support.syncope.SyncopePrincipalProvisioningProperties properties)
  • Method Details

    • provision

      public boolean provision(org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.authentication.Credential credential)
      Specified by:
      provision in interface org.apereo.cas.authentication.principal.PrincipalProvisioner