You are here

public property LdapAuthorizationConsumerAbstract::$allowConsumerObjectCreation in Lightweight Directory Access Protocol (LDAP) 7

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

@property boolean $allowConsumerObjectCreation

Does this consumer module support creating consumer objects (drupal roles, og groups, etc.)

File

ldap_authorization/LdapAuthorizationConsumerAbstract.class.php, line 44
abstract class to represent an ldap_authorization consumer 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
@file abstract class to represent an ldap_authorization consumer such as drupal_role, og_group, etc. each authorization comsumer will extend this class with its own class named LdapAuthorizationConsumer<consumer type> such as…

Code

public $allowConsumerObjectCreation = FALSE;