Home
last modified time | relevance | path

Searched refs:isAuthenticated (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/authentication/token/union/
H A Dunionauth_test.go32 isAuthenticated bool member
54 if !isAuthenticated {
55 t.Errorf("Unexpectedly unauthenticated: %v", isAuthenticated)
71 if !isAuthenticated {
81 handler2 := &mockAuthRequestHandler{isAuthenticated: true}
88 if !isAuthenticated {
100 if isAuthenticated {
101 t.Errorf("Unexpectedly authenticated: %v", isAuthenticated)
117 if isAuthenticated {
137 if isAuthenticated {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/authentication/token/union/
H A Dunionauth_test.go32 isAuthenticated bool member
54 if !isAuthenticated {
55 t.Errorf("Unexpectedly unauthenticated: %v", isAuthenticated)
71 if !isAuthenticated {
81 handler2 := &mockAuthRequestHandler{isAuthenticated: true}
88 if !isAuthenticated {
100 if isAuthenticated {
101 t.Errorf("Unexpectedly authenticated: %v", isAuthenticated)
117 if isAuthenticated {
137 if isAuthenticated {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/authentication/request/union/
H A Dunionauth_test.go32 isAuthenticated bool member
55 if !isAuthenticated {
56 t.Errorf("Unexpectedly unauthenticated: %v", isAuthenticated)
73 if !isAuthenticated {
83 handler2 := &mockAuthRequestHandler{isAuthenticated: true}
91 if !isAuthenticated {
104 if isAuthenticated {
105 t.Errorf("Unexpectedly authenticated: %v", isAuthenticated)
122 if isAuthenticated {
143 if isAuthenticated {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/authentication/request/union/
H A Dunionauth_test.go32 isAuthenticated bool member
55 if !isAuthenticated {
56 t.Errorf("Unexpectedly unauthenticated: %v", isAuthenticated)
73 if !isAuthenticated {
83 handler2 := &mockAuthRequestHandler{isAuthenticated: true}
91 if !isAuthenticated {
104 if isAuthenticated {
105 t.Errorf("Unexpectedly authenticated: %v", isAuthenticated)
122 if isAuthenticated {
143 if isAuthenticated {
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/authentication/
H A DAuthenticationMethodPollUrlUnitTest.java104 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnFirstRequest()
137 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnSpecifiedNumberOfRequests()
139 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnSpecifiedNumberOfRequests()
140 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnSpecifiedNumberOfRequests()
141 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnSpecifiedNumberOfRequests()
142 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnSpecifiedNumberOfRequests()
143 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnSpecifiedNumberOfRequests()
145 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollOnSpecifiedNumberOfRequests()
217 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollWhenForced()
219 assertThat(method.isAuthenticated(testMsg, user), is(true)); in shouldPollWhenForced()
[all …]
H A DAuthenticationMethodIndicatorsUnitTest.java133 assertThat(method.isAuthenticated(loginMessage, user), is(true)); in shouldIdentifyLoggedInResponseBodyWhenLoggedInIndicatorIsSet()
146 assertThat(method.isAuthenticated(loginMessage, user), is(false)); in shouldIdentifyLoggedOutResponseBodyWhenLoggedInIndicatorIsSet()
159 assertThat(method.isAuthenticated(loginMessage, user), is(true)); in shouldIdentifyLoggedInResponseHeaderWhenLoggedInIndicatorIsSet()
172 assertThat(method.isAuthenticated(loginMessage, user), is(false)); in shouldIdentifyLoggedOutResponseHeaderWhenLoggedInIndicatorIsSet()
185 assertThat(method.isAuthenticated(loginMessage, user), is(false)); in shouldIdentifyLoggedOutResponseBodyWhenLoggedOutIndicatorIsSet()
198 assertThat(method.isAuthenticated(loginMessage, user), is(true)); in shouldIdentifyLoggedInResponseBodyWhenLoggedOutIndicatorIsSet()
224 assertThat(method.isAuthenticated(loginMessage, user), is(true)); in shouldIdentifyLoggedInResponseHeaderWhenLoggedOutIndicatorIsSet()
250 assertThat(method.isAuthenticated(loginMessage, user), is(true)); in shouldIdentifyLoggedInResponseWithComplexRegex()
262 assertThat(method.isAuthenticated(loginMessage, user), is(true)); in shouldIdentifyResponseAsLoggedInWhenNoIndicatorIsSet()
276 assertThat(method.isAuthenticated(loginMessage, user), is(true)); in shouldIdentifyLoggedInRequestBodyWhenLoggedInIndicatorIsSet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/kerberos/SpnegoAuthenticator/src/org/chromium/tools/spnegoauthenticator/
H A DAccountData.java25 private AccountData(Account account, boolean isAuthenticated) { in AccountData() argument
26 Log.d(TAG, "AccountData(name=%s, isAuthenticated=%s", account.name, isAuthenticated); in AccountData()
28 mIsAuthenticated = isAuthenticated; in AccountData()
35 boolean isAuthenticated = Constants.ACCOUNT_1_NAME.equals(name); in create()
37 return new AccountData(account, isAuthenticated); in create()
49 boolean isAuthenticated = TextUtils.equals(authValue, OPT_VALUE_AUTH); in get()
51 return new AccountData(account, isAuthenticated); in get()
89 public boolean isAuthenticated() { in isAuthenticated() method in AccountData
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DLoginView.cs57 bool isAuthenticated; field in System.Web.UI.WebControls.LoginView
118 return isAuthenticated;
121 if (value == isAuthenticated)
124 isAuthenticated = value;
152 isAuthenticated = true; in CreateChildControls()
169 isAuthenticated = false; in CreateChildControls()
198 isAuthenticated = (bool) savedState; in LoadControlState()
236 if (isAuthenticated) in SaveControlState()
237 return isAuthenticated; in SaveControlState()
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/google/data/
H A Dcalendar.php52 if ($this->isAuthenticated())
81 if ($this->isAuthenticated())
113 if ($this->isAuthenticated())
174 if ($this->isAuthenticated())
235 if ($this->isAuthenticated())
299 if ($this->isAuthenticated())
365 if ($this->isAuthenticated())
511 if ($this->isAuthenticated())
569 if ($this->isAuthenticated())
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dfakeinput_interface.cpp103 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_pointer_motion()
112 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_button()
130 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_axis()
151 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_touch_down()
164 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_touch_motion()
176 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_touch_up()
189 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_touch_cancel()
199 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_touch_frame()
208 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_pointer_motion_absolute()
217 if (!d || !d->isAuthenticated()) { in org_kde_kwin_fake_input_keyboard_key()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/home/
H A DPanelAuthCache.java34 public void onChange(String panelId, boolean isAuthenticated); in onChange() argument
49 public boolean isAuthenticated(String panelId) { in isAuthenticated() method in PanelAuthCache
75 final boolean isAuthenticated = prefs.getBoolean(key, false); in onSharedPreferenceChanged()
77 … Log.d(LOGTAG, "Auth state changed: panelId=" + panelId + ", isAuthenticated=" + isAuthenticated); in onSharedPreferenceChanged()
78 mChangeListener.onChange(panelId, isAuthenticated); in onSharedPreferenceChanged()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/home/
H A DPanelAuthCache.java34 public void onChange(String panelId, boolean isAuthenticated); in onChange() argument
49 public boolean isAuthenticated(String panelId) { in isAuthenticated() method in PanelAuthCache
75 final boolean isAuthenticated = prefs.getBoolean(key, false); in onSharedPreferenceChanged()
77 … Log.d(LOGTAG, "Auth state changed: panelId=" + panelId + ", isAuthenticated=" + isAuthenticated); in onSharedPreferenceChanged()
78 mChangeListener.onChange(panelId, isAuthenticated); in onSharedPreferenceChanged()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/
H A DAbstractTokenTest.php149 $this->assertFalse($token->isAuthenticated());
152 $this->assertTrue($token->isAuthenticated());
155 $this->assertFalse($token->isAuthenticated());
210 $this->assertTrue($token->isAuthenticated());
213 $this->assertTrue($token->isAuthenticated());
216 $this->assertFalse($token->isAuthenticated());
277 $this->assertTrue($token->isAuthenticated());
280 $this->assertTrue($token->isAuthenticated());
283 $this->assertTrue($token->isAuthenticated());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/
H A DAbstractTokenTest.php149 $this->assertFalse($token->isAuthenticated());
152 $this->assertTrue($token->isAuthenticated());
155 $this->assertFalse($token->isAuthenticated());
210 $this->assertTrue($token->isAuthenticated());
213 $this->assertTrue($token->isAuthenticated());
216 $this->assertFalse($token->isAuthenticated());
277 $this->assertTrue($token->isAuthenticated());
280 $this->assertTrue($token->isAuthenticated());
283 $this->assertTrue($token->isAuthenticated());
/dports/www/matomo/piwik/plugins/BulkTracking/Tracker/
H A DResponse.php25 private $isAuthenticated = false; variable in Piwik\\Plugins\\BulkTracking\\Tracker\\Response
120 public function setIsAuthenticated($isAuthenticated) argument
122 $this->isAuthenticated = $isAuthenticated;
127 if ($this->isAuthenticated) {
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dfakeinput_interface.cpp135 if (!d || !d->isAuthenticated()) { in pointerMotionCallback()
145 if (!d || !d->isAuthenticated()) { in pointerMotionAbsoluteCallback()
155 if (!d || !d->isAuthenticated()) { in axisCallback()
177 if (!d || !d->isAuthenticated()) { in buttonCallback()
197 if (!d || !d->isAuthenticated()) { in touchDownCallback()
211 if (!d || !d->isAuthenticated()) { in touchMotionCallback()
224 if (!d || !d->isAuthenticated()) { in touchUpCallback()
238 if (!d || !d->isAuthenticated()) { in touchCancelCallback()
249 if (!d || !d->isAuthenticated()) { in touchFrameCallback()
259 if (!d || !d->isAuthenticated()) { in keyboardKeyCallback()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Profile/
H A DSqliteProfileProvider.cs192 bool isAuthenticated = (bool)context["IsAuthenticated"]; in GetPropertyValues()
203 AddParameter (dbCommand, "@IsAuthenticated", !isAuthenticated); in GetPropertyValues()
264 UpdateActivityDates(username, isAuthenticated, true); in GetPropertyValues()
272 bool isAuthenticated = (bool)context["IsAuthenticated"]; in SetPropertyValues()
278 CreateProfileForUser(username, isAuthenticated); in SetPropertyValues()
290 AddParameter (deleteCommand, "@IsAuthenticated", !isAuthenticated); in SetPropertyValues()
303 AddParameter (insertCommand, "@IsAuthenticated", !isAuthenticated); in SetPropertyValues()
348 UpdateActivityDates(username, isAuthenticated, false); in SetPropertyValues()
389 void CreateProfileForUser(string username, bool isAuthenticated) in CreateProfileForUser() argument
405 AddParameter (dbCommand, "@IsAuthenticated", !isAuthenticated); in CreateProfileForUser()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/restler/framework/Luracast/Restler/Filter/
H A DRateLimit.php85 public function __setAuthenticationStatus($isAuthenticated = false) argument
87 header('X-Auth-Status: ' . ($isAuthenticated ? 'true' : 'false'));
88 $this->check($isAuthenticated);
100 private function check($isAuthenticated = false) argument
112 $maxPerUnit = $isAuthenticated
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/restler/framework/Luracast/Restler/Filter/
H A DRateLimit.php85 public function __setAuthenticationStatus($isAuthenticated = false) argument
87 header('X-Auth-Status: ' . ($isAuthenticated ? 'true' : 'false'));
88 $this->check($isAuthenticated);
100 private function check($isAuthenticated = false) argument
112 $maxPerUnit = $isAuthenticated
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DCoreAuthHandler.php139 public function isAuthenticated() { function in CoreAuthHandler
161 $isAuthenticated = $this->MOD->isAuthenticated($this->trustUsername);
164 if($isAuthenticated)
170 return $isAuthenticated;
217 return $this->isAuthenticated();
/dports/www/matomo/piwik/core/Tracker/
H A DRequest.php44 protected $isAuthenticated = null; variable in Piwik\\Tracker\\Request
138 public function isAuthenticated() function in Piwik\\Tracker\\Request
140 if (is_null($this->isAuthenticated)) {
144 return $this->isAuthenticated;
160 $this->isAuthenticated = false;
179 $cache->save($cacheKey, $this->isAuthenticated);
183 $this->isAuthenticated = false;
186 if ($this->isAuthenticated) {
192 $this->isAuthenticated = true;
527 if (!$this->isAuthenticated()) {
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/plus/src/main/java/org/mortbay/jetty/plus/jaas/spi/
H A DAbstractLoginModule.java144 public boolean isAuthenticated() in isAuthenticated() method in AbstractLoginModule
170 return (isAuthenticated() && isCommitted()); in abort()
181 if (!isAuthenticated()) in commit()
230 return isAuthenticated(); in login()
238 return isAuthenticated(); in login()
243 return isAuthenticated(); in login()
/dports/devel/hadoop/jetty-6.1.14/modules/plus/src/main/java/org/mortbay/jetty/plus/jaas/spi/
H A DAbstractLoginModule.java144 public boolean isAuthenticated() in isAuthenticated() method in AbstractLoginModule
170 return (isAuthenticated() && isCommitted()); in abort()
181 if (!isAuthenticated()) in commit()
230 return isAuthenticated(); in login()
238 return isAuthenticated(); in login()
243 return isAuthenticated(); in login()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DKerberosReceiverSecurityToken.cs20 bool isAuthenticated = false; field in System.IdentityModel.Tokens.KerberosReceiverSecurityToken
86 if (!this.isAuthenticated)
98 if (!this.isAuthenticated)
110 if (!this.isAuthenticated)
123 if (!this.isAuthenticated)
153 if (this.isAuthenticated) in Initialize()
272 this.isAuthenticated = true; in Initialize()
/dports/www/bolt/bolt-2.2.24/vendor/symfony/security-core/Symfony/Component/Security/Core/Authentication/Token/
H A DTokenInterface.php76 public function isAuthenticated(); function
81 * @param bool $isAuthenticated The authenticated flag
83 public function setAuthenticated($isAuthenticated); argument

12345678910>>...34