Home | History | Annotate | Download | only in clientauthutils

Lines Matching refs:headerFactory

43 import javax.sip.header.HeaderFactory;
78 private HeaderFactory headerFactory;
90 * @param headerFactory -- header factory.
93 HeaderFactory headerFactory) {
95 this.headerFactory = headerFactory;
107 * @param headerFactory -- header factory.
110 HeaderFactory headerFactory) {
112 this.headerFactory = headerFactory;
315 authorization = headerFactory.createProxyAuthorizationHeader(authHeader
318 authorization = headerFactory.createAuthorizationHeader(authHeader.getScheme());
381 authorization = headerFactory.createProxyAuthorizationHeader(authHeader
384 authorization = headerFactory