You are here

public function LdapAuthorizationConsumerOG::refreshConsumerIDs in Lightweight Directory Access Protocol (LDAP) 7

2 calls to LdapAuthorizationConsumerOG::refreshConsumerIDs()
LdapAuthorizationConsumerOG::availableConsumerIDs in ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php
* Return list of all available consumer ids/authorization ids *
LdapAuthorizationConsumerOG::convertToFriendlyAuthorizationIds in ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php
*

File

ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php, line 49

Class

LdapAuthorizationConsumerOG

Code

public function refreshConsumerIDs() {
  $this
    ->_setConsumerIDs();
}