You are here

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

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

@property boolean $allowConsumerObjectCreation

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

Overrides LdapAuthorizationConsumerAbstract::$allowConsumerObjectCreation

File

ldap_authorization/ldap_authorization_drupal_role/LdapAuthorizationConsumerRole.class.php, line 20

Class

LdapAuthorizationConsumerDrupalRole

Code

public $allowConsumerObjectCreation = TRUE;