|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UDDIManager
Interface that defines a UDDI access manager. Implementations of this inferface must provide the following functionality:
Method Summary | |
---|---|
void |
destroy()
Destroy this manager instance. |
void |
discardAuthenticationContext(AuthenticationContext ctx)
Discard the given AuthenticationContext. |
InquiryProxy |
getInquiryProxy()
Return the configured InquiryProxy instance. |
java.lang.String |
getName()
Return the name of this manager. |
PublicationProxy |
getPublicationProxy()
Return the configured PublicationProxy instance. |
SecurityProxy |
getSecurityProxy()
Return the configured SecurityProxy instance. |
ServiceInfo |
getServiceInfo(java.lang.String name)
Return the named ServiceInfo instance. |
void |
init(java.lang.String name,
XMLProperties xmlProps)
Initialise this manager with the given name and XML configuration properties. |
AuthenticationContext |
newAuthenticationContext()
Create a new AuthenticationContext instance. |
AuthenticationContext |
newAuthenticationContext(java.lang.String user,
java.lang.String passwd)
Create a new AuthenticationContext instance using the given user and password |
Method Detail |
---|
void init(java.lang.String name, XMLProperties xmlProps) throws UDDIException
name
- The name of this manager.xmlProps
- XMLProperties instance containing the manager
configuration.
UDDIException
- if the manager cannot be initialised.SecurityProxy getSecurityProxy()
InquiryProxy getInquiryProxy()
PublicationProxy getPublicationProxy()
ServiceInfo getServiceInfo(java.lang.String name)
name
- String containing the name of the ServiceInfo that
must be returned.
AuthenticationContext newAuthenticationContext() throws UDDIException
UDDIException
- if the context cannot be created.AuthenticationContext newAuthenticationContext(java.lang.String user, java.lang.String passwd) throws UDDIException
user
- User id to use.passwd
- Passwword to use.
UDDIException
- if the context cannot be created.void discardAuthenticationContext(AuthenticationContext ctx)
ctx
- AuthenticationContext to discard.java.lang.String getName()
void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |