All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.gov.nist.javax.sip.clientauthutils.SecureAccountManager Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
package android.gov.nist.javax.sip.clientauthutils;

import android.javax.sip.ClientTransaction;

public interface SecureAccountManager  {
    /**
     * Returns the user credentials for a given SIP Domain.
     * You can implement any desired method (such as popping up a dialog for example )
     * to retrieve the credentials.
     *
     * @param challengedTransaction - the transaction that is being challenged.
     * @param realm - the realm that is being challenged for which a credential should be
     *         returned.
     * @return -- the user credentials associated with the domain.
     */

    UserCredentialHash getCredentialHash(ClientTransaction challengedTransaction, String realm);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy