Uses of Class
org.oa4mp.delegation.server.server.config.LDAPConfiguration
-
Packages that use LDAPConfiguration Package Description org.oa4mp.delegation.server.server.config -
-
Uses of LDAPConfiguration in org.oa4mp.delegation.server.server.config
Methods in org.oa4mp.delegation.server.server.config that return LDAPConfiguration Modifier and Type Method Description LDAPConfigurationLDAPConfiguration. clone()LDAPConfigurationLDAPConfigurationUtil. fromJSON(net.sf.json.JSONObject json)LDAPConfigurationLDAPConfigurationUtil. fromJSON(ClaimSourceConfiguration claimSourceConfiguration, net.sf.json.JSONObject json)Populate an existing LDAPConfiguration from the JSON.LDAPConfigurationLDAPConfigurationUtil. getLdapConfiguration(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, org.apache.commons.configuration.tree.ConfigurationNode node)Converts an XML configuration into an configuration.Methods in org.oa4mp.delegation.server.server.config that return types with arguments of type LDAPConfiguration Modifier and Type Method Description Collection<LDAPConfiguration>LDAPConfigurationUtil. fromJSON(net.sf.json.JSON json)Takes a genericJSONobject and disambiguates it, returning a collection of LDAP configurations.Collection<LDAPConfiguration>LDAPConfigurationUtil. fromJSON(net.sf.json.JSONArray json)Methods in org.oa4mp.delegation.server.server.config with parameters of type LDAPConfiguration Modifier and Type Method Description net.sf.json.JSONObjectLDAPConfigurationUtil. toJSON(LDAPConfiguration configuration)Convert a single configuration to aJSONObject.Method parameters in org.oa4mp.delegation.server.server.config with type arguments of type LDAPConfiguration Modifier and Type Method Description net.sf.json.JSONArrayLDAPConfigurationUtil. toJSON(Collection<LDAPConfiguration> configurations)Converts a collection of configuration to aJSONArrayof objects.
-