Uses of Class
org.apache.juddi.datatype.publisher.Publisher

Packages that use Publisher
org.apache.juddi.datastore   
org.apache.juddi.datastore.jdbc   
org.apache.juddi.datatype.request   
org.apache.juddi.datatype.response   
org.apache.juddi.function   
 

Uses of Publisher in org.apache.juddi.datastore
 

Methods in org.apache.juddi.datastore that return Publisher
 Publisher DataStore.getAuthTokenPublisher(java.lang.String token)
           
 Publisher DataStore.getPublisher(java.lang.String publisherID)
          verify that the individual or system identified by the 'userID' is using the correct password and has the 'authority' to publish to the UDDI registry.
 

Methods in org.apache.juddi.datastore with parameters of type Publisher
 java.lang.String DataStore.generateToken(Publisher publisher)
           
 void DataStore.savePublisher(Publisher publisher)
           
 void DataStore.storeAuthToken(java.lang.String token, Publisher publisher)
           
 

Uses of Publisher in org.apache.juddi.datastore.jdbc
 

Methods in org.apache.juddi.datastore.jdbc that return Publisher
 Publisher JDBCDataStore.getAuthTokenPublisher(java.lang.String token)
           
 Publisher JDBCDataStore.getPublisher(java.lang.String publisherID)
          verify that the individual or system identified by the 'publisherID' is a valid jUDDI user (aka publisher).
static Publisher PublisherTable.select(java.lang.String publisherID, java.sql.Connection connection)
          Select one row from the PUBLISHER table.
 

Methods in org.apache.juddi.datastore.jdbc with parameters of type Publisher
 java.lang.String JDBCDataStore.generateToken(Publisher publisher)
           
static void PublisherTable.insert(Publisher publisher, java.sql.Connection connection)
          Insert new row into the PUBLISHER table.
 void JDBCDataStore.savePublisher(Publisher publisher)
           
 void JDBCDataStore.storeAuthToken(java.lang.String token, Publisher publisher)
           
static void PublisherTable.update(Publisher publisher, java.sql.Connection connection)
          Update the PUBLISHER table for a particular PublisherID.
 

Uses of Publisher in org.apache.juddi.datatype.request
 

Methods in org.apache.juddi.datatype.request with parameters of type Publisher
 void SavePublisher.addPublisher(Publisher publisher)
           
 

Constructors in org.apache.juddi.datatype.request with parameters of type Publisher
SavePublisher(AuthInfo info, Publisher publisher)
           
 

Uses of Publisher in org.apache.juddi.datatype.response
 

Methods in org.apache.juddi.datatype.response with parameters of type Publisher
 void PublisherDetail.addPublisher(Publisher publisher)
           
 

Uses of Publisher in org.apache.juddi.function
 

Methods in org.apache.juddi.function that return Publisher
protected  Publisher AbstractFunction.getPublisher(AuthInfo authInfo, DataStore dataStore)
          Verify the authentication parameters.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.