Uses of Class
com.metamatrix.soap.security.Credential

Packages that use Credential
com.metamatrix.soap.sqlquerywebservice.service   
com.metamatrix.soap.util   
 

Uses of Credential in com.metamatrix.soap.sqlquerywebservice.service
 

Methods in com.metamatrix.soap.sqlquerywebservice.service that return Credential
 Credential SqlQueryWebService.CredentialProvider.getCredentials()
           
 

Uses of Credential in com.metamatrix.soap.util
 

Methods in com.metamatrix.soap.util that return Credential
static Credential WebServiceUtil.getBasicUserNameAndPassword(java.lang.Object creds)
          This decodes and parses the username and password from an encrypted string derived from HTTPBasic and returns in a <@link come.metamatrix.soap.security.Credential> instance.
static Credential WebServiceUtil.getCredentials(org.apache.axis2.context.MessageContext msgCtx)
          This method gets the user credentials containg username and password to use for a server connection.
 



Copyright © 2009. All Rights Reserved.