Package | Description |
---|---|
org.apache.juddi.v3.auth |
jUDDI User Authentication
|
org.apache.juddi.v3.error |
All UDDI spec defined exceptions
|
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 |
JUDDIAuthenticator.authenticate(String authorizedName,
String credential) |
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 |
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 | Class and Description |
---|---|
class |
AuthTokenExpiredException
E_authTokenExpired: (10110) Signifies that the authentication token information has timed out.
|
class |
AuthTokenRequiredException
E_authTokenRequired: (10120) Signifies that an authentication token is missing or is invalid for an API call that requires authentication.
|
class |
UnknownUserException
E_unknownUser: (10150) Signifies that the user ID and password pair passed in a get_authToken API is not known to the UDDI node or is not valid.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.