Home
last modified time | relevance | path

Searched refs:authResult (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/www/matomo/piwik/core/Session/
H A DSessionInitializer.php32 $authResult = $this->doAuthenticateSession($auth);
34 if (!$authResult->wasAuthenticationSuccessful()) {
43 $this->processSuccessfulSession($authResult);
81 * @param AuthResult $authResult The successful authentication result.
83 protected function processSuccessfulSession(AuthResult $authResult) argument
86 …$sessionIdentifier->initialize($authResult->getIdentity(), $authResult->getTokenAuth(), $this->isR…
91 …Piwik::postEvent('Login.authenticate.processSuccessfulSession.end', array($authResult->getIdentity…
/dports/sysutils/terraform/terraform-1.0.11/internal/providercache/
H A Dpackage_install.go76 var authResult *getproviders.PackageAuthenticationResult
79 return authResult, err
100 return authResult, nil
104 var authResult *getproviders.PackageAuthenticationResult
114 return authResult, fmt.Errorf(
119 return authResult, fmt.Errorf(
130 return authResult, err
133 return authResult, nil
162 var authResult *getproviders.PackageAuthenticationResult
196 return authResult, fmt.Errorf(
[all …]
/dports/net/openradius/openradius-0.9.12c/modules/smbpasswd/
H A Dsmbpasswd90 $authResult = Authen::Smb::authen($user, $pass,
92 if ($authResult == 0) {
98 if ($authResult == 1) {
101 elsif ($authResult == 3) {
105 $debug and print STDERR "smbpasswd[$$]: User not authenticated, error $authResult\n";
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/
H A DAccessController.java566 logResult(authResult); in requireGlobalPermission()
570 logResult(authResult); in requireGlobalPermission()
1506 logResult(authResult); in preGetClosestRowBefore()
1608 logResult(authResult); in internalPreRead()
1645 logResult(authResult); in prePut()
1690 logResult(authResult); in preDelete()
1760 logResult(authResult); in preCheckAndPut()
1826 logResult(authResult); in preCheckAndDelete()
1883 logResult(authResult); in preIncrementColumnValue()
1900 logResult(authResult); in preAppend()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/auth2/
H A DServerCallHeaderAuthMiddleware.java56 private final AuthResult authResult; field in ServerCallHeaderAuthMiddleware
58 public ServerCallHeaderAuthMiddleware(AuthResult authResult) { in ServerCallHeaderAuthMiddleware() argument
59 this.authResult = authResult; in ServerCallHeaderAuthMiddleware()
64 authResult.appendToOutgoingHeaders(outgoingHeaders); in onBeforeSendingHeaders()
H A DGeneratedBearerTokenAuthenticator.java92 protected AuthResult getAuthResultWithBearerToken(AuthResult authResult) {
97 authResult.appendToOutgoingHeaders(dummyHeaders);
112 return authResult.getPeerIdentity();
117 authResult.appendToOutgoingHeaders(outgoingHeaders);
123 authResultWithBearerToken = authResult;
125 bearerToIdentityCache.put(bearerToken, authResult.getPeerIdentity());
/dports/databases/arrow/apache-arrow-6.0.1/java/flight/flight-core/src/main/java/org/apache/arrow/flight/auth2/
H A DServerCallHeaderAuthMiddleware.java56 private final AuthResult authResult; field in ServerCallHeaderAuthMiddleware
58 public ServerCallHeaderAuthMiddleware(AuthResult authResult) { in ServerCallHeaderAuthMiddleware() argument
59 this.authResult = authResult; in ServerCallHeaderAuthMiddleware()
64 authResult.appendToOutgoingHeaders(outgoingHeaders); in onBeforeSendingHeaders()
H A DGeneratedBearerTokenAuthenticator.java92 protected AuthResult getAuthResultWithBearerToken(AuthResult authResult) {
97 authResult.appendToOutgoingHeaders(dummyHeaders);
112 return authResult.getPeerIdentity();
117 authResult.appendToOutgoingHeaders(outgoingHeaders);
123 authResultWithBearerToken = authResult;
125 bearerToIdentityCache.put(bearerToken, authResult.getPeerIdentity());
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncserver/
H A Dauth.c155 uint32_t authResult; in rfbVncAuthNone() local
162 authResult = Swap32IfLE(rfbVncAuthOK); in rfbVncAuthNone()
163 if (rfbWriteExact(cl, (char *)&authResult, 4) < 0) { in rfbVncAuthNone()
372 uint32_t authResult; in rfbAuthProcessClientMessage() local
383 authResult = Swap32IfLE(rfbVncAuthFailed); in rfbAuthProcessClientMessage()
384 if (rfbWriteExact(cl, (char *)&authResult, 4) < 0) { in rfbAuthProcessClientMessage()
396 authResult = Swap32IfLE(rfbVncAuthOK); in rfbAuthProcessClientMessage()
398 if (rfbWriteExact(cl, (char *)&authResult, 4) < 0) { in rfbAuthProcessClientMessage()
/dports/www/baikal/baikal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php137 $authResult = $this->check($request, $response);
139 if ($authResult[0]) {
141 $this->currentPrincipal = $authResult[1];
150 $this->loginFailedReasons = $authResult[1];
154 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php137 $authResult = $this->check($request, $response);
139 if ($authResult[0]) {
141 $this->currentPrincipal = $authResult[1];
150 $this->loginFailedReasons = $authResult[1];
154 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/
H A DPlugin.php137 $authResult = $this->check($request, $response);
139 if ($authResult[0]) {
141 $this->currentPrincipal = $authResult[1];
150 $this->loginFailedReasons = $authResult[1];
154 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/
H A DPlugin.php137 $authResult = $this->check($request, $response);
139 if ($authResult[0]) {
141 $this->currentPrincipal = $authResult[1];
150 $this->loginFailedReasons = $authResult[1];
154 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAV/Auth/
H A DPlugin.php150 $authResult = $this->check($request, $response);
152 if ($authResult[0]) {
154 $this->currentPrincipal = $authResult[1];
164 $this->loginFailedReasons = $authResult[1];
168 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php150 $authResult = $this->check($request, $response);
152 if ($authResult[0]) {
154 $this->currentPrincipal = $authResult[1];
164 $this->loginFailedReasons = $authResult[1];
168 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php150 $authResult = $this->check($request, $response);
152 if ($authResult[0]) {
154 $this->currentPrincipal = $authResult[1];
164 $this->loginFailedReasons = $authResult[1];
168 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/
H A DPlugin.php150 $authResult = $this->check($request, $response);
152 if ($authResult[0]) {
154 $this->currentPrincipal = $authResult[1];
164 $this->loginFailedReasons = $authResult[1];
168 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/
H A DPlugin.php150 $authResult = $this->check($request, $response);
152 if ($authResult[0]) {
154 $this->currentPrincipal = $authResult[1];
164 $this->loginFailedReasons = $authResult[1];
168 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php150 $authResult = $this->check($request, $response);
152 if ($authResult[0]) {
154 $this->currentPrincipal = $authResult[1];
164 $this->loginFailedReasons = $authResult[1];
168 throw new NotAuthenticated(implode(', ', $authResult[1]));
/dports/www/matomo/piwik/plugins/Login/
H A DSessionInitializer.php104 $authResult = $this->doAuthenticateSession($auth);
106 if (!$authResult->wasAuthenticationSuccessful()) {
115 $this->processSuccessfulSession($authResult, $rememberMe);
173 * @param AuthResult $authResult The successful authentication result.
177 protected function processSuccessfulSession(AuthResult $authResult, $rememberMe) argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/Middleware/
H A DAuthTokenMiddlewareTest.php73 $authResult = ['access_token' => '1/abcdef1234567890'];
77 ->will($this->returnValue($authResult));
81 ->with('authorization', 'Bearer ' . $authResult['access_token'])
93 $authResult = ['not_access_token' => '1/abcdef1234567890'];
97 ->will($this->returnValue($authResult));
202 $authResult = ['access_token' => $token];
228 ->will($this->returnValue($authResult));
253 $authResult = ['access_token' => $token];
270 ->will($this->returnValue($authResult));
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/ssh/
H A Dkeys_test.go192 type authResult struct { struct
200 func testAuthorizedKeys(t *testing.T, authKeys []byte, expected []authResult) { argument
202 var values []authResult
204 var r authResult
222 []authResult{
244 testAuthorizedKeys(t, []byte(authOptions), []authResult{
255 testAuthorizedKeys(t, []byte(authWithQuotedSpaceInEnv), []authResult{
263 testAuthorizedKeys(t, []byte(authWithQuotedCommaInEnv), []authResult{
272 testAuthorizedKeys(t, []byte(authWithQuotedQuoteInEnv), []authResult{
276 testAuthorizedKeys(t, []byte(authWithDoubleQuotedQuote), []authResult{
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/crypto/ssh/
H A Dkeys_test.go192 type authResult struct { struct
200 func testAuthorizedKeys(t *testing.T, authKeys []byte, expected []authResult) { argument
202 var values []authResult
204 var r authResult
222 []authResult{
244 testAuthorizedKeys(t, []byte(authOptions), []authResult{
255 testAuthorizedKeys(t, []byte(authWithQuotedSpaceInEnv), []authResult{
263 testAuthorizedKeys(t, []byte(authWithQuotedCommaInEnv), []authResult{
272 testAuthorizedKeys(t, []byte(authWithQuotedQuoteInEnv), []authResult{
276 testAuthorizedKeys(t, []byte(authWithDoubleQuotedQuote), []authResult{
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/crypto/ssh/
H A Dkeys_test.go211 type authResult struct { struct
219 func testAuthorizedKeys(t *testing.T, authKeys []byte, expected []authResult) { argument
221 var values []authResult
223 var r authResult
241 []authResult{
263 testAuthorizedKeys(t, []byte(authOptions), []authResult{
274 testAuthorizedKeys(t, []byte(authWithQuotedSpaceInEnv), []authResult{
282 testAuthorizedKeys(t, []byte(authWithQuotedCommaInEnv), []authResult{
291 testAuthorizedKeys(t, []byte(authWithQuotedQuoteInEnv), []authResult{
295 testAuthorizedKeys(t, []byte(authWithDoubleQuotedQuote), []authResult{
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/golang.org/x/crypto/ssh/
H A Dclient_auth.go14 type authResult int type
17 authFailure authResult = iota
94 auth(session []byte, user string, p packetConn, rand io.Reader) (authResult, []string, error)
103 func (n *noneAuth) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []s…
123 …back) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error…
190 …back) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error…
238 var success authResult
330 func handleAuthResponse(c packetConn) (authResult, []string, error) {
396 …enge) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error…
498 …d) auth(session []byte, user string, c packetConn, rand io.Reader) (ok authResult, methods []strin…

12345678910>>...13