Uses of Class
org.apache.juddi.v3.error.AuthenticationException

Packages that use AuthenticationException
org.apache.juddi.v3.auth   
org.apache.juddi.v3.error   
 

Uses of AuthenticationException in org.apache.juddi.v3.auth
 

Methods in org.apache.juddi.v3.auth that throw AuthenticationException
 String XMLDocAuthenticator.authenticate(String userID, String credential)
           
 String LdapSimpleAuthenticator.authenticate(String authorizedName, String cred)
           
 String JUDDIAuthenticator.authenticate(String authorizedName, String credential)
           
 String CryptedXMLDocAuthenticator.authenticate(String userID, String credential)
           
 String Authenticator.authenticate(String authorizedName, String cred)
           
 UddiEntityPublisher XMLDocAuthenticator.identify(String authInfo, String authorizedName)
           
 UddiEntityPublisher LdapSimpleAuthenticator.identify(String authInfo, String authorizedName)
           
 UddiEntityPublisher JUDDIAuthenticator.identify(String authInfo, String authorizedName)
           
 UddiEntityPublisher Authenticator.identify(String authInfo, String authorizedName)
           
 

Uses of AuthenticationException in org.apache.juddi.v3.error
 

Subclasses of AuthenticationException in org.apache.juddi.v3.error
 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-2013 The Apache Software Foundation. All Rights Reserved.