Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.config |
All configuration related classes
|
org.apache.juddi.keygen |
UDDI Key Generator classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
org.apache.juddi.query |
JPA Queries for all UDDI functions
|
org.apache.juddi.v3.auth |
jUDDI User Authentication
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
Modifier and Type | Method and Description |
---|---|
UddiEntityPublisher |
AuthenticatedService.getEntityPublisher(javax.persistence.EntityManager em,
String authInfo) |
Modifier and Type | Method and Description |
---|---|
static List<AssertionStatusItem> |
PublicationHelper.getAssertionStatusItemList(UddiEntityPublisher publisher,
CompletionStatus completionStatus,
javax.persistence.EntityManager em) |
SubscriptionResultsList |
UDDISubscriptionImpl.getSubscriptionResults(GetSubscriptionResults body,
UddiEntityPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
static UddiEntityPublisher |
Install.installPublisher(javax.persistence.EntityManager em,
String fileName,
org.apache.commons.configuration.Configuration config)
Public convenience method that allows one to install additional
Publishers via a Publisher structure.
|
Modifier and Type | Method and Description |
---|---|
static void |
Install.installSaveTModel(javax.persistence.EntityManager em,
String fileName,
UddiEntityPublisher publisher,
String nodeId,
org.apache.commons.configuration.Configuration config)
Public convenience method that allows one to install additional
TModels via a SaveTModel structure.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultKeyGenerator.generate(UddiEntityPublisher publisher) |
String |
KeyGenerator.generate(UddiEntityPublisher publisher) |
static String |
DefaultKeyGenerator.getDomain(UddiEntityPublisher publisher) |
Modifier and Type | Class and Description |
---|---|
class |
Publisher |
Modifier and Type | Method and Description |
---|---|
void |
FindEntityByPublisherQuery.appendConditions(DynamicQuery qry,
FindQualifiers fq,
UddiEntityPublisher publisher) |
static List<?> |
FindBusinessByPublisherQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
UddiEntityPublisher publisher,
List<?> keysIn) |
List<?> |
FindEntityByPublisherQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
UddiEntityPublisher publisher,
List<?> keysIn,
DynamicQuery.Parameter... restrictions) |
static List<?> |
FindTModelByPublisherQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
UddiEntityPublisher publisher,
List<?> keysIn,
DynamicQuery.Parameter... restrictions) |
Modifier and Type | Method and Description |
---|---|
UddiEntityPublisher |
Authenticator.identify(String authInfo,
String authorizedName,
WebServiceContext ctx) |
UddiEntityPublisher |
HTTPContainerAuthenticator.identify(String authInfoNotused,
String authorizedNameNotused,
WebServiceContext ctx) |
UddiEntityPublisher |
HTTPHeaderAuthenticator.identify(String notusedauthtoken,
String notusedusername,
WebServiceContext ctx) |
UddiEntityPublisher |
JUDDIAuthenticator.identify(String authInfo,
String authorizedName,
WebServiceContext ctx) |
UddiEntityPublisher |
LdapExpandedAuthenticator.identify(String authInfo,
String authorizedName,
WebServiceContext ctx) |
UddiEntityPublisher |
LdapSimpleAuthenticator.identify(String authInfo,
String authorizedName,
WebServiceContext ctx) |
UddiEntityPublisher |
XMLDocAuthenticator.identify(String authInfo,
String authorizedName,
WebServiceContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected UddiEntityPublisher |
ValidateUDDIApi.publisher |
Modifier and Type | Method and Description |
---|---|
UddiEntityPublisher |
ValidateUDDIApi.getPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
ValidateUDDIApi.setPublisher(UddiEntityPublisher publisher) |
void |
ValidatePublish.validateBindingTemplate(javax.persistence.EntityManager em,
BindingTemplate bindingTemplate,
BusinessService parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateBindingTemplates(javax.persistence.EntityManager em,
BindingTemplates bindingTemplates,
BusinessService parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateBusinessEntity(javax.persistence.EntityManager em,
BusinessEntity businessEntity,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateBusinessService(javax.persistence.EntityManager em,
BusinessService businessService,
BusinessEntity parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateBusinessServices(javax.persistence.EntityManager em,
BusinessServices businessServices,
BusinessEntity parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateSaveBinding(javax.persistence.EntityManager em,
SaveBinding body,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateSaveBusiness(javax.persistence.EntityManager em,
SaveBusiness body,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateSaveService(javax.persistence.EntityManager em,
SaveService body,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateSaveTModel(javax.persistence.EntityManager em,
SaveTModel body,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidateSubscription.validateSubscriptions(javax.persistence.EntityManager em,
List<Subscription> entityList,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateTModel(javax.persistence.EntityManager em,
TModel tModel,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.