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

gov.nist.javax.sip.clientauthutils.AccountManager Maven / Gradle / Ivy

package gov.nist.javax.sip.clientauthutils;

public interface AccountManager {
	
	/**
	 * 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 domain
	 * 
	 * @return -- the user credentials associated with the domain. 
	 */

	UserCredentials getCredentials(String domain);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy