Difference between
version 4
and
version 3:
At line 20 added 28 lines. |
+ \\ |
+ A snippet of what an embedded authenticationDomain would look like in a Registry entry is below: |
+ {{{ |
+ <?xml version="1.0"?> |
+ <reg:EcogridRegEntry |
+ xmlns:reg="ecogrid://ecoinformatics.org/ecogrid-regentry-1.0.0beta1" |
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
+ xsi:schemaLocation="ecogrid://ecoinformatics.org/ecogrid-regentry-1.0.0beta1 EcogridRegEntryType.xsd "> |
+ <authenticationDomain> |
+ <domainName>localhost</domainName> |
+ <serviceOperation>serviceOperation</serviceOperation> |
+ <serviceURL>http://localhost:8080/knb/services/EcoGridAuthLevelOneService</serviceURL> |
+ <serviceClass>org.kepler.authentication.LDAPAuthenticationService</serviceClass> |
+ </authenticationDomain> |
+ <clusterName>localhost</clusterName> |
+ <serviceName>Dora's Metacat EcoGrid QueryInterface</serviceName> |
+ <wsdlURL>http://localhost:8080/knb/schema/EcoGridQueryInterfaceLevelOne/EcoGridQueryInterfaceLevelOne.wsdl</wsdlURL> |
+ <serviceType>EcoGridQueryInterface</serviceType> |
+ <endPoint>http://localhost:8080/knb/services/EcoGridQuery</endPoint> |
+ <serviceClassification>Query Level One Class</serviceClassification> |
+ <description>EcogridServiceRegistry</description> |
+ <provider>dora</provider> |
+ <documentType> |
+ <namespace>eml://ecoinformatics.org/eml-2.0.1</namespace> |
+ <label>Ecological Metadata Language 2.0.1</label> |
+ </documentType> |
+ </reg:EcogridRegEntry> |
+ }}} |
Back to Eco Grid Auth Design,
or to the Page History.
|