Home
last modified time | relevance | path

Searched refs:_authenticate (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/security/
H A DConstraint.java46 private boolean _authenticate= false; field in Constraint
130 _authenticate= authenticate; in setAuthenticate()
139 return _authenticate; in getAuthenticate()
148 return _authenticate && !_anyRole && (_roles==null || _roles.length == 0); in isForbidden()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/security/
H A DConstraint.java46 private boolean _authenticate= false; field in Constraint
130 _authenticate= authenticate; in setAuthenticate()
139 return _authenticate; in getAuthenticate()
148 return _authenticate && !_anyRole && (_roles==null || _roles.length == 0); in isForbidden()
/dports/www/p5-HTTP-Message/HTTP-Message-6.35/lib/HTTP/Headers/
H A DAuth.pm46 sub _authenticate subroutine
97 sub www_authenticate { shift->_authenticate("WWW-Authenticate", @_) }
98 sub proxy_authenticate { shift->_authenticate("Proxy-Authenticate", @_) }
/dports/www/fswiki/wiki3_6_2/lib/HTTP/Headers/
H A DAuth.pm42 sub _authenticate subroutine
91 sub www_authenticate { shift->_authenticate("WWW-Authenticate", @_) }
92 sub proxy_authenticate { shift->_authenticate("Proxy-Authenticate", @_) }
/dports/sysutils/conan/conan-1.44.0/conans/client/rest/
H A Dauth_manager.py37 return self._authenticate(remote, *args, **kwargs)
55 self._authenticate(remote, user, None)
74 self._authenticate(remote, input_user, input_password)
105 def _authenticate(self, remote, user, password): member in ConanApiAuthManager
/dports/devel/py-azure-identity/azure-identity-1.5.0/tests/
H A Dtest_interactive_credential.py156 credential._authenticate(scopes=ex.value.scopes)
178 MockCredential(authority=authority, request_token=request_token)._authenticate()
186 MockCredential(authority="localhost")._authenticate()
194 …ckCredential(request_token=request_token, _disable_automatic_authentication=option)._authenticate()
309 record = TestCredential()._authenticate()
337 record = TestCredential()._authenticate()
/dports/databases/pear-Horde_Imsp/Horde_Imsp-2.0.10/lib/Horde/Imsp/Auth/
H A DBase.php51 if(!$this->_authenticate()) {
66 abstract protected function _authenticate(); function in Horde_Imsp_Auth_Base
/dports/net/p5-Net-Mosso-CloudFiles/Net-Mosso-CloudFiles-0.44/lib/Net/Mosso/
H A DCloudFiles.pm44 $self->_authenticate;
47 sub _authenticate { subroutine
83 $self->_authenticate;
/dports/misc/p5-Geo-Coder-Navteq/Geo-Coder-Navteq-0.03/lib/Geo/Coder/
H A DNavteq.pm61 $self->_authenticate or return;
95 $self->_authenticate(1);
120 sub _authenticate { subroutine
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/auth_ldap/models/
H A Dres_users.py26 entry = Ldap._authenticate(conf, login, password)
39 if Ldap._authenticate(conf, self.env.user.login, password):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/inventory/
H A Dstackpath_compute.py127 def _authenticate(self): member in InventoryModule
152 self._authenticate()
191 self._authenticate()
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/plugins/
H A Dlivestation.py49 def _authenticate(self, email, password): member in Livestation
78 self._authenticate(login_email, login_password)
/dports/mail/mailutils/mailutils-3.13/libmailutils/auth/
H A Dauth.c146 int (*_authenticate) (mu_authority_t), in mu_authority_set_authenticate()
160 mu_list_append (authority->auth_methods, _authenticate); in mu_authority_set_authenticate()
/dports/net/py-txamqp/txAMQP-0.8.2/src/txamqp/
H A Dendpoint.py123 return deferred.addCallback(self._authenticate)
126 def _authenticate(self, client): member in AMQEndpoint
/dports/www/py-djangorestframework/djangorestframework-3.12.4/rest_framework/
H A Drequest.py227 self._authenticate()
251 self._authenticate()
271 self._authenticate()
373 def _authenticate(self): member in Request
/dports/www/py-dj32-djangorestframework/djangorestframework-3.12.4/rest_framework/
H A Drequest.py227 self._authenticate()
251 self._authenticate()
271 self._authenticate()
373 def _authenticate(self): member in Request
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/lib/Net/SSH/Perl/Auth/
H A DRSA.pm42 return 1 if $auth->_authenticate($f);
108 sub _authenticate { subroutine
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/rpc/
H A Dsvc_auth.h50 extern enum auth_stat _authenticate __P((struct svc_req *, struct rpc_msg *));
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dsmtp_connection.py110 self._authenticate()
146 def _authenticate(self): member in SMTPConnection
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/rpc/
H A Dsvc_auth.h49 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
/dports/misc/rump/buildrump.sh-b914579/src/include/rpc/
H A Dsvc_auth.h48 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/rpc/
H A Dsvc_auth.h49 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/rpc/
H A Dsvc_auth.h49 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Auth/
H A DImsp.php39 protected function _authenticate($userID, $credentials) function in Horde_Core_Auth_Imsp
/dports/security/pear-Horde_Auth/Horde_Auth-2.2.2/lib/Horde/Auth/
H A DPam.php67 protected function _authenticate($userId, $credentials) function in Horde_Auth_Pam

12345678