cgl.expeditor.datastore
Interface ContextSpaceDataStore

All Known Implementing Classes:
WSContextSpaceDataStore

public interface ContextSpaceDataStore

Author:
Mehmet S. Aktas (maktas@indiana.edu)

Method Summary
 void deleteContext(java.lang.String contextKey)
           
 Attribute fetchContext(java.lang.String contextKey)
           
 AutharizationToken getAuthTokenPublisher(java.lang.String token)
           
 boolean isAuthTokenExpired(java.lang.String token)
           
 boolean isContextPublisher(Attribute context, java.lang.String publisherID)
           
 boolean isContextReader(Attribute context, java.lang.String publisherID)
           
 void saveContext(Attribute attribute)
           
 void touchAuthToken(java.lang.String token)
           
 

Method Detail

isContextReader

public boolean isContextReader(Attribute context,
                               java.lang.String publisherID)
                        throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

isContextPublisher

public boolean isContextPublisher(Attribute context,
                                  java.lang.String publisherID)
                           throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

isAuthTokenExpired

public boolean isAuthTokenExpired(java.lang.String token)
                           throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

touchAuthToken

public void touchAuthToken(java.lang.String token)
                    throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

getAuthTokenPublisher

public AutharizationToken getAuthTokenPublisher(java.lang.String token)
                                         throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

saveContext

public void saveContext(Attribute attribute)
                 throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

fetchContext

public Attribute fetchContext(java.lang.String contextKey)
                       throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

deleteContext

public void deleteContext(java.lang.String contextKey)
                   throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException