Uses of Class
org.uddi.api_v3.AuthToken

Packages that use AuthToken
org.apache.juddi.api.impl   
org.apache.juddi.mapping   
org.apache.juddi.rmi   
org.uddi.api_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of AuthToken in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl that return AuthToken
 AuthToken UDDISecurityImpl.getAuthToken(GetAuthToken body)
           
 AuthToken UDDISecurityImpl.getAuthToken(String publisherId)
           
 

Uses of AuthToken in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type AuthToken
static void MappingModelToApi.mapAuthToken(AuthToken modelAuthToken, AuthToken apiAuthToken)
           
 

Uses of AuthToken in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi that return AuthToken
 AuthToken UDDISecurityService.getAuthToken(GetAuthToken body)
           
 

Uses of AuthToken in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return AuthToken
 AuthToken ObjectFactory.createAuthToken()
          Create an instance of AuthToken
 

Methods in org.uddi.api_v3 that return types with arguments of type AuthToken
 javax.xml.bind.JAXBElement<AuthToken> ObjectFactory.createAuthToken(AuthToken value)
          Create an instance of JAXBElement<AuthToken>}
 

Methods in org.uddi.api_v3 with parameters of type AuthToken
 javax.xml.bind.JAXBElement<AuthToken> ObjectFactory.createAuthToken(AuthToken value)
          Create an instance of JAXBElement<AuthToken>}
 

Uses of AuthToken in org.uddi.v3_service
 

Methods in org.uddi.v3_service that return AuthToken
 AuthToken UDDISecurityPortType.getAuthToken(GetAuthToken body)
          The get_authToken API call is used to obtain an authentication token.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.