Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a Model whose name matches the name of the Plugin. In this example, the Model is created at app/Plugin/MyPlugin/Model/MyPlugin.php.
  2. Define $cmPluginType to indicate the type of the Plugin, from the following options:

    $cmPluginType

    Description

    Available SinceInstantiated?
    confirmerInvitation Confirmer Pluginv3.1.0No
    enroller
    Enrollment Flow Pluginv0.9.4No
    identifiervalidatorIdentifier Validation Pluginv1v2.10.0Optional
    ldapschemaLDAP Schema Pluginv1v2.10.0Yes, via LDAP schema configuration

    normalizer

    Normalization Plugin

    v0.9.2No
    orgidsourceOrganizational Identity Sources Pluginv1v2.10.0Yes

    provisioner

    Provisioning Plugin

    v0.8Yes

    other

    Any other type of Plugin

    v0.8No

    As of v1v2.10.0, $cmPluginType may also be an array.

...

Menu Location Key

Menu Location*

Default Permission

CO ID Inserted?

CO Person ID Inserted?

Available Since

cmp

Platform Menu

CMP Administrator

 

 

v0.8
cosCollaborations MenuMember of Any CO  v0.8

coconfig

CO Configuration Menu

CO Administrator

(tick)

 

v0.8

copeople

CO People Menu

Member of CO

(tick)

 

v0.8
cogroups*CO Groups MenuMember of CO(tick) v1.0.0

coperson

My Identities Menu

Member of CO

 

(tick)

v0.8
coservicesCO Services MenuMember of CO(tick) v1v2.10.0

*As of v1.0.0

An example:

...