org.mobicents.xcap.client.impl.auth
Class CredentialsFactoryImpl

java.lang.Object
  extended by org.mobicents.xcap.client.impl.auth.CredentialsFactoryImpl
All Implemented Interfaces:
CredentialsFactory

public class CredentialsFactoryImpl
extends java.lang.Object
implements CredentialsFactory

Implementation of CredentialsFactory.

Author:
martins

Constructor Summary
CredentialsFactoryImpl()
           
 
Method Summary
 Credentials getHttpDigestCredentials(java.lang.String user, java.lang.String password)
          Retrieves the credentials to be used in HTTP Digest authentication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsFactoryImpl

public CredentialsFactoryImpl()
Method Detail

getHttpDigestCredentials

public Credentials getHttpDigestCredentials(java.lang.String user,
                                            java.lang.String password)
Description copied from interface: CredentialsFactory
Retrieves the credentials to be used in HTTP Digest authentication.

Specified by:
getHttpDigestCredentials in interface CredentialsFactory
Returns:


Copyright © 2011. All Rights Reserved.