org.mobicents.xcap.client.auth
Interface CredentialsFactory

All Known Implementing Classes:
CredentialsFactoryImpl

public interface CredentialsFactory

The factory to build Credentials used in XCAP requests authentication.

Author:
martins

Method Summary
 Credentials getHttpDigestCredentials(java.lang.String user, java.lang.String password)
          Retrieves the credentials to be used in HTTP Digest authentication.
 

Method Detail

getHttpDigestCredentials

Credentials getHttpDigestCredentials(java.lang.String user,
                                     java.lang.String password)
Retrieves the credentials to be used in HTTP Digest authentication.

Parameters:
user -
password -
Returns:


Copyright © 2010. All Rights Reserved.