Network Deployment (Distributed operating systems), v8.0 > Secure applications and their environment > Secure web services > Configure UDDI registry security
Access control for UDDI registry interfaces
Access to UDDI registry interfaces is controlled by a combination of Java™ Platform, Enterprise Edition (Java EE) declarative security that uses role mappings, and UDDI properties and policies, such as registering users as UDDI publishers.
Each UDDI registry interface is represented by a security role. The interfaces and their corresponding roles are as follows:
Security roles for UDDI registry interfaces. The table lists the different UDDI registry interfaces then the associated security roles.
UDDI registry interface Security role Version 3 SOAP inquiry V3SOAP_Inquiry_User_Role Version 3 SOAP publish V3SOAP_Publish_User_Role Version 3 SOAP custody transfer V3SOAP_CustodyTransfer_User_Role Version 3 SOAP security V3SOAP_Security_User_Role Version 3 GUI inquiry GUI_Inquiry_User Version 3 GUI publish GUI_Publish_User Versions 1 and 2 SOAP inquiry SOAP_Inquiry_User Versions 1 and 2 SOAP publish SOAP_Publish_User EJB inquiry EJB_Inquiry_Role EJB publish EJB_Publish_Role By default, the inquiry roles are mapped to the Everyone special subject and the non inquiry roles are mapped to the AllAuthenticatedUsers special subject. With these default settings, after you enable WAS security, you do not need access control to use the UDDI registry inquiry interfaces. However, to use the publish roles and the v3 custody transfer role, be authenticated using a WAS user ID and password. The v3 security role is a special case, because it uses UDDI registry security instead of WAS security, and it must be specially configured.
Roles that are mapped to the AllAuthenticatedUsers special subject are further protected, because the user must also be registered as a UDDI publisher to publish data to the UDDI registry. If the user is not registered, an E_unknownUser error is returned in the disposition report. We can register users as UDDI publishers in one of two ways:
- Create a new UDDI publisher by or the JMX interface.
- Set the Automatically register UDDI publishers property of the UDDI node settings so that users are automatically registered as a publisher on their first publish request.
An additional access control, in accordance with the UDDI specification, is that for an entity that is published to the UDDI registry, only the user who originally published that entity can update or delete it.
The UDDI registry also provides some management interfaces that are protected because they require administrative permissions for certain operations.
Role-based authorization
Configure the UDDI registry to use WAS security
Configure UDDI security with WAS security enabled
Manage the UDDI registry
Configure UDDI registry security
Related
UDDI registry administrative (JMX) interface
UDDI Publisher collection
UDDI node settings