public static function LdapAuthorizationConsumerConf::field_to_properties_serialized in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authorization/LdapAuthorizationConsumerConf.class.php \LdapAuthorizationConsumerConf::field_to_properties_serialized()
1 call to LdapAuthorizationConsumerConf::field_to_properties_serialized()
- LdapAuthorizationConsumerConf::loadFromDb in ldap_authorization/
LdapAuthorizationConsumerConf.class.php
File
- ldap_authorization/
LdapAuthorizationConsumerConf.class.php, line 140 - Class to encapsulate an ldap entry to authorization consumer ids mapping configuration.
Class
- LdapAuthorizationConsumerConf
- LDAP Authorization Consumer Configuration.
Code
public static function field_to_properties_serialized() {
return [
'mappings',
];
}