You are here

public property LdapAuthorizationConsumerAbstract::$defaultConsumerConfProperties in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_authorization/LdapAuthorizationConsumerAbstract.class.php \LdapAuthorizationConsumerAbstract::defaultConsumerConfProperties

@property array $defaultConsumerConfProperties default properties for consumer admin UI form

File

ldap_authorization/LdapAuthorizationConsumerAbstract.class.php, line 98
Abstract class to represent an ldap_authorization consumer behavior such as drupal_role, og_group, etc. each authorization comsumer will extend this class with its own class named LdapAuthorizationConsumer<consumer type> such as…

Class

LdapAuthorizationConsumerAbstract

Code

public $defaultConsumerConfProperties = [
  'onlyApplyToLdapAuthenticated' => TRUE,
  'useMappingsAsFilter' => TRUE,
  'synchOnLogon' => TRUE,
  'revokeLdapProvisioned' => TRUE,
  'regrantLdapProvisioned' => TRUE,
  'createConsumers' => TRUE,
];