Home
last modified time | relevance | path

Searched refs:authState (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/auth/
H A DHttpAuthenticator.java74 final AuthState authState, in isAuthenticationRequested() argument
83 switch (authState.getState()) { in isAuthenticationRequested()
103 final AuthState authState, in handleAuthChallenge() argument
116 switch (authState.getState()) { in handleAuthChallenge()
120 authState.reset(); in handleAuthChallenge()
127 authState.reset(); in handleAuthChallenge()
141 authState.reset(); in handleAuthChallenge()
149 authState.reset(); in handleAuthChallenge()
169 authState.reset(); in handleAuthChallenge()
176 final AuthState authState, in generateAuthResponse() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/auth/
H A DHttpAuthenticator.java74 final AuthState authState, in isAuthenticationRequested() argument
83 switch (authState.getState()) { in isAuthenticationRequested()
103 final AuthState authState, in handleAuthChallenge() argument
116 switch (authState.getState()) { in handleAuthChallenge()
120 authState.reset(); in handleAuthChallenge()
127 authState.reset(); in handleAuthChallenge()
141 authState.reset(); in handleAuthChallenge()
149 authState.reset(); in handleAuthChallenge()
169 authState.reset(); in handleAuthChallenge()
176 final AuthState authState, in generateAuthResponse() argument
[all …]
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/otr3/
H A Dauth_state_machine.go71 type authState interface { interface
72 receiveDHCommitMessage(*Conversation, []byte) (authState, messageWithHeader, error)
73 receiveDHKeyMessage(*Conversation, []byte) (authState, messageWithHeader, error)
74 receiveRevealSigMessage(*Conversation, []byte) (authState, messageWithHeader, error)
75 receiveSigMessage(*Conversation, []byte) (authState, messageWithHeader, error)
80 func (authStateBase) receiveDHCommitMessage(c *Conversation, msg []byte) (authState, messageWithHea…
84 func (s authStateNone) receiveDHCommitMessage(c *Conversation, msg []byte) (authState, messageWithH…
149 func (s authStateNone) receiveDHKeyMessage(c *Conversation, msg []byte) (authState, messageWithHead…
194 func (s authStateNone) receiveRevealSigMessage(c *Conversation, msg []byte) (authState, messageWith…
231 func (s authStateNone) receiveSigMessage(c *Conversation, msg []byte) (authState, messageWithHeader…
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/
H A Dproxy_http.go107 switch pc.authState {
128 authState HttpAuthState member
138 pc.authState = HTTP_AUTH_STATE_FAILURE
146 pc.authState = HTTP_AUTH_STATE_FAILURE
171 pc.authState = HTTP_AUTH_STATE_FAILURE
184 pc.authState = HTTP_AUTH_STATE_FAILURE
189 pc.authState = HTTP_AUTH_STATE_SUCCESS
199 pc.authState = HTTP_AUTH_STATE_FAILURE
205 pc.authState = HTTP_AUTH_STATE_CHALLENGED
209 pc.authState = HTTP_AUTH_STATE_FAILURE
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/
H A Dproxy_http.go107 switch pc.authState {
128 authState HttpAuthState member
138 pc.authState = HTTP_AUTH_STATE_FAILURE
146 pc.authState = HTTP_AUTH_STATE_FAILURE
171 pc.authState = HTTP_AUTH_STATE_FAILURE
184 pc.authState = HTTP_AUTH_STATE_FAILURE
189 pc.authState = HTTP_AUTH_STATE_SUCCESS
199 pc.authState = HTTP_AUTH_STATE_FAILURE
205 pc.authState = HTTP_AUTH_STATE_CHALLENGED
209 pc.authState = HTTP_AUTH_STATE_FAILURE
[all …]
/dports/net/nsq/nsq-1.2.1/internal/auth/
H A Dauthorizations.go87authState, err := QueryAuthd(a, remoteIP, tlsEnabled, commonName, authSecret, connectTimeout, requ…
92 return authState, nil
116 var authState State
118 if err := client.GETV1(endpoint, &authState); err != nil {
123 for _, auth := range authState.Authorizations {
143 if authState.TTL <= 0 {
144 return nil, fmt.Errorf("invalid TTL %d (must be >0)", authState.TTL)
147 authState.Expires = time.Now().Add(time.Duration(authState.TTL) * time.Second)
148 return &authState, nil
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/authentication/
H A DAuthenticationMethod.java270 AuthenticationState authState = user.getAuthenticationState(); in isAuthenticated() local
301 && authState.getLastPollResult() != null in isAuthenticated()
302 && authState.getLastPollResult()) { in isAuthenticated()
321 authState.incRequestsSincePoll(); in isAuthenticated()
347 return evaluateAuthRequest(msgToTest, authState); in isAuthenticated()
376 authState.setLastPollResult(true); in evaluateAuthRequest()
391 authState.setLastPollResult(true); in evaluateAuthRequest()
402 authState.setLastPollResult(false); in evaluateAuthRequest()
438 AuthenticationState authState = user.getAuthenticationState(); in pollAsUser() local
439 authState.setLastPollTime(System.currentTimeMillis()); in pollAsUser()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/protocol/
H A DRequestAuthenticationBase.java56 final AuthState authState, in process() argument
59 AuthScheme authScheme = authState.getAuthScheme(); in process()
60 Credentials creds = authState.getCredentials(); in process()
61 switch (authState.getState()) { in process()
71 final Queue<AuthOption> authOptions = authState.getAuthOptions(); in process()
77 authState.update(authScheme, creds); in process()
H A DRequestTargetAuthentication.java71 final AuthState authState = (AuthState) context.getAttribute( in process() local
73 if (authState == null) { in process()
78 this.log.debug("Target auth state: " + authState.getState()); in process()
80 process(authState, request, context); in process()
H A DRequestProxyAuthentication.java80 final AuthState authState = (AuthState) context.getAttribute( in process() local
82 if (authState == null) { in process()
87 this.log.debug("Proxy auth state: " + authState.getState()); in process()
89 process(authState, request, context); in process()
H A DRequestAuthCache.java125 final AuthState authState, in doPreemptiveAuth() argument
137 authState.setState(AuthProtocolState.CHALLENGED); in doPreemptiveAuth()
139 authState.setState(AuthProtocolState.SUCCESS); in doPreemptiveAuth()
141 authState.update(authScheme, creds); in doPreemptiveAuth()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/protocol/
H A DRequestAuthenticationBase.java56 final AuthState authState, in process() argument
59 AuthScheme authScheme = authState.getAuthScheme(); in process()
60 Credentials creds = authState.getCredentials(); in process()
61 switch (authState.getState()) { in process()
71 final Queue<AuthOption> authOptions = authState.getAuthOptions(); in process()
77 authState.update(authScheme, creds); in process()
H A DRequestTargetAuthentication.java71 final AuthState authState = (AuthState) context.getAttribute( in process() local
73 if (authState == null) { in process()
78 this.log.debug("Target auth state: " + authState.getState()); in process()
80 process(authState, request, context); in process()
H A DRequestProxyAuthentication.java80 final AuthState authState = (AuthState) context.getAttribute( in process() local
82 if (authState == null) { in process()
87 this.log.debug("Proxy auth state: " + authState.getState()); in process()
89 process(authState, request, context); in process()
H A DRequestAuthCache.java125 final AuthState authState, in doPreemptiveAuth() argument
137 authState.setState(AuthProtocolState.CHALLENGED); in doPreemptiveAuth()
139 authState.setState(AuthProtocolState.SUCCESS); in doPreemptiveAuth()
141 authState.update(authScheme, creds); in doPreemptiveAuth()
/dports/net/kimap/kimap-21.12.3/src/
H A Dloginjob.cpp46 , authState(Login) in LoginJobPrivate()
71 AuthState authState; member in KIMAP::LoginJobPrivate
210 d->authState = LoginJobPrivate::Login; in doStart()
232 if (d->authState == LoginJobPrivate::Capability) { in handleResponse()
234 } else if (d->authState == LoginJobPrivate::StartTls) { in handleResponse()
270 if (d->authState == LoginJobPrivate::Authenticate) { in handleResponse()
330 switch (d->authState) { in handleResponse()
333 d->authState = LoginJobPrivate::StartTls; in handleResponse()
363 d->authState = LoginJobPrivate::Login; in handleResponse()
415 authState = LoginJobPrivate::Authenticate; in startAuthentication()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/plus/src/main/java/org/mortbay/jetty/plus/jaas/spi/
H A DAbstractLoginModule.java48 private boolean authState = false; field in AbstractLoginModule
146 return this.authState; in isAuthenticated()
154 public void setAuthenticated (boolean authState) in setAuthenticated() argument
156 this.authState = authState; in setAuthenticated()
/dports/devel/hadoop/jetty-6.1.14/modules/plus/src/main/java/org/mortbay/jetty/plus/jaas/spi/
H A DAbstractLoginModule.java48 private boolean authState = false; field in AbstractLoginModule
146 return this.authState; in isAuthenticated()
154 public void setAuthenticated (boolean authState) in setAuthenticated() argument
156 this.authState = authState; in setAuthenticated()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/
H A DApp.php597 private $authState; variable in go\\core\\App
602 * @param AuthState $authState
605 public function setAuthState(AuthState $authState) { argument
606 $this->authState = $authState;
617 return $this->authState;
641 return $this->authState->getUserId();
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DDefaultUserTokenHandler.java90 private static Principal getAuthPrincipal(final AuthState authState) { in getAuthPrincipal() argument
91 final AuthScheme scheme = authState.getAuthScheme(); in getAuthPrincipal()
93 final Credentials creds = authState.getCredentials(); in getAuthPrincipal()
H A DHttpAuthenticator.java56 final AuthState authState, in authenticate() argument
58 return handleAuthChallenge(host, response, authStrategy, authState, context); in authenticate()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DDefaultUserTokenHandler.java90 private static Principal getAuthPrincipal(final AuthState authState) { in getAuthPrincipal() argument
91 final AuthScheme scheme = authState.getAuthScheme(); in getAuthPrincipal()
93 final Credentials creds = authState.getCredentials(); in getAuthPrincipal()
H A DHttpAuthenticator.java56 final AuthState authState, in authenticate() argument
58 return handleAuthChallenge(host, response, authStrategy, authState, context); in authenticate()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/users/
H A DUserUnitTest.java158 AuthenticationState authState = Mockito.mock(AuthenticationState.class); in shouldRequireAuthenticationAfterResetWithNewerMessage() local
159 doReturn(authState).when(u).getAuthenticationState(); in shouldRequireAuthenticationAfterResetWithNewerMessage()
160 doReturn(3500l).when(authState).getLastSuccessfulAuthTime(); in shouldRequireAuthenticationAfterResetWithNewerMessage()
174 AuthenticationState authState = Mockito.mock(AuthenticationState.class); in shouldRequireAuthenticationAfterResetWithOlderMessage() local
175 doReturn(authState).when(u).getAuthenticationState(); in shouldRequireAuthenticationAfterResetWithOlderMessage()
176 doReturn(3500l).when(authState).getLastSuccessfulAuthTime(); in shouldRequireAuthenticationAfterResetWithOlderMessage()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/network/authentication/basic/
H A DBasicAuthenticationManager.cpp39 bool authState = !myAccountUserNameOption.value().empty(); in isAuthorised() local
41 return AuthenticationStatus(authState); in isAuthorised()
44 if (!authState) { in isAuthorised()

1234567891011