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

test.unit.gov.nist.javax.sip.stack.reinvitechallenge.UserCredentialsImpl Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
package test.unit.gov.nist.javax.sip.stack.reinvitechallenge;

import gov.nist.javax.sip.clientauthutils.UserCredentials;

public class UserCredentialsImpl implements UserCredentials {
	
	public String getPassword() {
		return "password";
	}

	
	public String getSipDomain() {
		return "127.0.0.1";
	}

	
	public String getUserName() {		
		return "user";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy