public property LdapAuthorizationConsumerAbstract::$consumerModule in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authorization/LdapAuthorizationConsumerAbstract.class.php \LdapAuthorizationConsumerAbstract::consumerModule
- 7 ldap_authorization/LdapAuthorizationConsumerAbstract.class.php \LdapAuthorizationConsumerAbstract::consumerModule
Module providing consumer functionality e.g. ldap_authorization_drupal_roles.
File
- ldap_authorization/
LdapAuthorizationConsumerAbstract.class.php, line 52 - 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
Code
public $consumerModule;