Package edu.ucsb.nceas.metacat.lsid
Class LSIDAuthorityMain
java.lang.Object
com.ibm.lsid.server.impl.SimpleAuthority
edu.ucsb.nceas.metacat.lsid.LSIDAuthorityMain
- All Implemented Interfaces:
com.ibm.lsid.server.LSIDAuthorityService
,com.ibm.lsid.server.LSIDService
public class LSIDAuthorityMain
extends com.ibm.lsid.server.impl.SimpleAuthority
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.ibm.lsid.wsdl.LSIDDataPort[]
getDataLocations
(com.ibm.lsid.LSID lsid, String url) com.ibm.lsid.ExpiringResponse
com.ibm.lsid.wsdl.LSIDMetadataPort[]
getMetadataLocations
(com.ibm.lsid.LSID lsid, String url) void
initService
(com.ibm.lsid.server.LSIDServiceConfig cf) Methods inherited from class com.ibm.lsid.server.impl.SimpleAuthority
getAvailableServices, getExpiration, notifyForeignAuthority, revokeNotificationForeignAuthority
-
Constructor Details
-
LSIDAuthorityMain
public LSIDAuthorityMain()
-
-
Method Details
-
initService
public void initService(com.ibm.lsid.server.LSIDServiceConfig cf) throws com.ibm.lsid.server.LSIDServerException - Throws:
com.ibm.lsid.server.LSIDServerException
-
getKnownURIs
public com.ibm.lsid.ExpiringResponse getKnownURIs() throws com.ibm.lsid.server.LSIDServerException- Throws:
com.ibm.lsid.server.LSIDServerException
-
getMetadataLocations
public com.ibm.lsid.wsdl.LSIDMetadataPort[] getMetadataLocations(com.ibm.lsid.LSID lsid, String url) - Specified by:
getMetadataLocations
in classcom.ibm.lsid.server.impl.SimpleAuthority
-
getDataLocations
- Specified by:
getDataLocations
in classcom.ibm.lsid.server.impl.SimpleAuthority
-