Package org.cipango.sip.security

Examples of org.cipango.sip.security.AuthInfoImpl


      return getSipSessionsUtil().getApplicationSessionByKey(key, true);
    }

    public AuthInfo createAuthInfo()
    {
      return new AuthInfoImpl();
    }
View Full Code Here

TOP

Related Classes of org.cipango.sip.security.AuthInfoImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.