Uses of Class
org.oa4mp.delegation.server.config.server.LDAPConfiguration
-
Packages that use LDAPConfiguration Package Description edu.uiuc.ncsa.oa4mp.delegation.oa2.server.config -
-
Uses of LDAPConfiguration in edu.uiuc.ncsa.oa4mp.delegation.oa2.server.config
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server.config that return LDAPConfiguration Modifier and Type Method Description LDAPConfiguration
LDAPConfiguration. clone()
LDAPConfiguration
LDAPConfigurationUtil. fromJSON(ClaimSourceConfiguration claimSourceConfiguration, net.sf.json.JSONObject json)
Populate an existing LDAPConfiguration from the JSON.LDAPConfiguration
LDAPConfigurationUtil. fromJSON(net.sf.json.JSONObject json)
LDAPConfiguration
LDAPConfigurationUtil. 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 edu.uiuc.ncsa.oa4mp.delegation.oa2.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 genericJSON
object and disambiguates it, returning a collection of LDAP configurations.Collection<LDAPConfiguration>
LDAPConfigurationUtil. fromJSON(net.sf.json.JSONArray json)
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server.config with parameters of type LDAPConfiguration Modifier and Type Method Description net.sf.json.JSONObject
LDAPConfigurationUtil. toJSON(LDAPConfiguration configuration)
Convert a single configuration to aJSONObject
.Method parameters in edu.uiuc.ncsa.oa4mp.delegation.oa2.server.config with type arguments of type LDAPConfiguration Modifier and Type Method Description net.sf.json.JSONArray
LDAPConfigurationUtil. toJSON(Collection<LDAPConfiguration> configurations)
Converts a collection of configuration to aJSONArray
of objects.
-