Home
last modified time | relevance | path

Searched refs:GetAuth (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/www/rt44/rt-4.4.5/lib/RT/Authen/
H A DExternalAuth.pm460 $success = RT::Authen::ExternalAuth::GetAuth($service,$username,$given_pass);
627 sub GetAuth { subroutine
642 $success = RT::Authen::ExternalAuth::DBI::GetAuth($service,$username,$password);
645 $success = RT::Authen::ExternalAuth::LDAP::GetAuth($service,$username,$password);
/dports/www/rt50/rt-5.0.2/lib/RT/Authen/
H A DExternalAuth.pm460 $success = RT::Authen::ExternalAuth::GetAuth($service,$username,$given_pass);
627 sub GetAuth { subroutine
642 $success = RT::Authen::ExternalAuth::DBI::GetAuth($service,$username,$password);
645 $success = RT::Authen::ExternalAuth::LDAP::GetAuth($service,$username,$password);
/dports/sysutils/istio/istio-1.6.7/galley/pkg/authplugin/
H A Dauthplugin.go26 GetAuth AuthFn member
/dports/sysutils/istio/istio-1.6.7/galley/pkg/authplugins/none/
H A Dnone.go32 GetAuth: returnAuth,
H A Dnone_test.go26 if i.GetAuth == nil {
/dports/sysutils/istio/istio-1.6.7/galley/pkg/authplugins/
H A Dinventory.go39 m[i.Name] = i.GetAuth
H A DREADME.md10 * Set `GetAuth` to a function in your plugin that conforms to authplugin.AuthFn
/dports/sysutils/istio/istio-1.6.7/galley/pkg/authplugins/google/
H A Dgoogle.go51 GetAuth: returnAuth,
H A Dgoogle_test.go29 if i.GetAuth == nil {
/dports/net/storj/storj-1.45.3/satellite/console/
H A Dauth.go64 func GetAuth(ctx context.Context) (Authorization, error) { func
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/ZSI/
H A Dauth.py35 def GetAuth(self): member in ClientBinding
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/ZSI/
H A Dauth.py35 def GetAuth(self): member in ClientBinding
/dports/net/storj/storj-1.45.3/satellite/console/consoleweb/consoleapi/
H A Danalytics.go60 auth, err := console.GetAuth(ctx)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DHttpAction.h225 inline const HttpAuthorization& GetAuth() const{ return m_auth; } in GetAuth() function
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/dockershim/
H A Ddocker_image.go98 auth := r.GetAuth()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/docker/goamz/aws/
H A Daws.go214 auth, err := GetAuth("", "", "", time.Time{})
341 func GetAuth(accessKey string, secretKey, token string, expiration time.Time) (auth Auth, err error… func
/dports/net/storj/storj-1.45.3/satellite/console/consoleweb/consoleql/
H A Dproject.go138 _, err := console.GetAuth(p.Context)
186 _, err := console.GetAuth(p.Context)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/include/aws/rds/model/
H A DModifyDBProxyRequest.h142 inline const Aws::Vector<UserAuthConfig>& GetAuth() const{ return m_auth; } in GetAuth() function
H A DCreateDBProxyRequest.h168 inline const Aws::Vector<UserAuthConfig>& GetAuth() const{ return m_auth; } in GetAuth() function
/dports/x11/wdm/wdm-1.28/src/wdm/
H A Dauth.c109 Xauth *(*GetAuth)(unsigned short len, char *name); member
178 auth = (*a->GetAuth) (name_length, name); in GenerateAuthorization()
224 auth = (*a->GetAuth) (authorizationNameLen, authorizationName); in SetProtoDisplayAuthorization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/cloud/
H A Dreporting_job_configuration_base.cc270 DCHECK(GetAuth().has_dm_token()); in ReportingJobConfigurationBase()
H A Ddevice_management_service.h382 const DMAuth& GetAuth() { return *auth_data_.get(); } in GetAuth() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/include/aws/codebuild/model/
H A DProjectSource.h665 inline const SourceAuth& GetAuth() const{ return m_auth; } in GetAuth() function
/dports/x11/xdm/xdm-1.1.12/xdm/
H A Dauth.c113 Xauth *(*GetAuth)(unsigned short len, char *name); member
183 auth = (*a->GetAuth) (name_length, name); in GenerateAuthorization()
230 auth = (*a->GetAuth) (authorizationNameLen, authorizationName); in SetProtoDisplayAuthorization()
/dports/www/rt44/rt-4.4.5/lib/RT/Authen/ExternalAuth/
H A DDBI.pm213 sub GetAuth { subroutine

12345678