Searched refs:authScheme (Results 1 – 5 of 5) sorted by relevance
45 private AuthScheme authScheme; field in AuthState65 this.authScheme = null; in invalidate()71 return this.authScheme != null; in isValid()79 public void setAuthScheme(final AuthScheme authScheme) { in setAuthScheme() argument80 if (authScheme == null) { in setAuthScheme()84 this.authScheme = authScheme; in setAuthScheme()93 return this.authScheme; in getAuthScheme()
83 AuthScheme authScheme = authState.getAuthScheme(); in process() local84 if (authScheme == null) { in process()94 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) { in process()96 request.addHeader(authScheme.authenticate(creds, request)); in process()
83 AuthScheme authScheme = authState.getAuthScheme(); in process() local84 if (authScheme == null) { in process()93 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) { in process()95 request.addHeader(authScheme.authenticate(creds, request)); in process()
131 AuthScheme authScheme = null; in selectScheme() local141 authScheme = registry.getAuthScheme(id, response.getParams()); in selectScheme()156 if (authScheme == null) { in selectScheme()162 return authScheme; in selectScheme()
721 AuthScheme authScheme = this.proxyAuthState.getAuthScheme(); in createTunnelToTarget() local725 if (authScope != null || !authScheme.isConnectionBased()) { in createTunnelToTarget()727 connect.addHeader(authScheme.authenticate(creds, connect)); in createTunnelToTarget()1055 AuthScheme authScheme = authState.getAuthScheme(); in processChallenges() local1056 if (authScheme == null) { in processChallenges()1058 authScheme = authHandler.selectScheme(challenges, response, context); in processChallenges()1059 authState.setAuthScheme(authScheme); in processChallenges()1061 String id = authScheme.getSchemeName(); in processChallenges()1068 authScheme.processChallenge(challenge); in processChallenges()1089 AuthScheme authScheme = authState.getAuthScheme(); in updateAuthState() local[all …]