Package | Description |
---|---|
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 |
---|---|
String |
Authenticator.authenticate(String authorizedName,
String cred)
This function is called from the Security API's GetAuthToken().
|
String |
CryptedXMLDocAuthenticator.authenticate(String userID,
String credential) |
String |
HTTPContainerAuthenticator.authenticate(String authorizedName,
String cred) |
String |
HTTPHeaderAuthenticator.authenticate(String authorizedName,
String cred) |
String |
LdapExpandedAuthenticator.authenticate(String authorizedName,
String cred) |
String |
LdapSimpleAuthenticator.authenticate(String authorizedName,
String cred) |
String |
MD5XMLDocAuthenticator.authenticate(String userID,
String credential) |
String |
XMLDocAuthenticator.authenticate(String userID,
String credential) |
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 |
LdapExpandedAuthenticator.identify(String authInfo,
String authorizedName,
WebServiceContext ctx) |
UddiEntityPublisher |
LdapSimpleAuthenticator.identify(String authInfo,
String authorizedName,
WebServiceContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateSubscriptionListener.validateNotification(NotifySubscriptionListener body) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.