Home
last modified time | relevance | path

Searched refs:Credential (Results 1 – 25 of 3701) sorted by relevance

12345678910>>...149

/dports/net/pichi/pichi-1.4.0/test/
H A Dvo_credential.cpp23 BOOST_CHECK(parse<Credential>(defaultCredentialJson<Credential>()) == in BOOST_AUTO_TEST_CASE_TEMPLATE()
24 defaultCredential<Credential>()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
30 defaultCredentialJson<Credential>()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
73 auto json = defaultCredentialJson<Credential>(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
95 auto json = defaultCredentialJson<Credential>(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
113 auto empty = defaultCredentialJson<Credential>(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
147 auto json = defaultCredentialJson<Credential>(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
156 using Credential = VMessEgressCredential; in BOOST_AUTO_TEST_CASE() typedef
158 auto alterId = defaultCredentialJson<Credential>(); in BOOST_AUTO_TEST_CASE()
160 BOOST_CHECK(parse<Credential>(alterId) == defaultCredential<Credential>()); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dvo.cpp20 template <typename Credential> Credential defaultCredential() in defaultCredential()
22 static_assert(HasKey<Credential, AllCredentials>); in defaultCredential()
23 if constexpr (is_same_v<Credential, UpIngressCredential>) { in defaultCredential()
26 else if constexpr (is_same_v<Credential, TrojanIngressCredential>) { in defaultCredential()
29 else if constexpr (is_same_v<Credential, VMessIngressCredential>) { in defaultCredential()
32 else if constexpr (is_same_v<Credential, UpEgressCredential>) { in defaultCredential()
38 else if constexpr (is_same_v<Credential, VMessEgressCredential>) { in defaultCredential()
52 template <typename Credential> Value defaultCredentialJson() in defaultCredentialJson()
54 static_assert(HasKey<Credential, AllCredentials>); in defaultCredentialJson()
55 if constexpr (is_same_v<Credential, UpIngressCredential>) { in defaultCredentialJson()
[all …]
/dports/games/scorched3d/scorched/src/server/server/
H A DServerAdminCommon.h30 bool addPlayer(ServerAdminSessions::Credential &credential, const char *playerType);
31 bool kickPlayer(ServerAdminSessions::Credential &credential, unsigned int playerId);
32 bool poorPlayer(ServerAdminSessions::Credential &credential, unsigned int playerId);
33 bool killPlayer(ServerAdminSessions::Credential &credential, unsigned int playerId);
40 bool unpermMutePlayer(ServerAdminSessions::Credential &credential, unsigned int playerId);
41 bool newGame(ServerAdminSessions::Credential &credential);
42 bool killAll(ServerAdminSessions::Credential &credential);
43 bool stopServer(ServerAdminSessions::Credential &credential);
44 bool stopServerWhenEmpty(ServerAdminSessions::Credential &credential);
45 bool setLogging(ServerAdminSessions::Credential &credential, bool logging);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/network/
H A DCredential.cpp32 Credential::Credential() in Credential() function in WebCore::Credential
44 Credential::Credential(const String& user, const String& password, CredentialPersistence persistenc… in Credential() function in WebCore::Credential
54 Credential::Credential(const Credential& original, CredentialPersistence persistence) in Credential() function in WebCore::Credential
66 bool Credential::isEmpty() const in isEmpty()
76 const String& Credential::user() const in user()
81 const String& Credential::password() const in password()
86 bool Credential::hasPassword() const in hasPassword()
97 Credential::Credential(SecIdentityRef identity, CFArrayRef certificates, CredentialPersistence pers… in Credential() function in WebCore::Credential
107 SecIdentityRef Credential::identity() const in identity()
117 CredentialType Credential::type() const in type()
[all …]
H A DCredential.h52 class Credential {
55 Credential();
56 Credential(const String& user, const String& password, CredentialPersistence);
57 Credential(const Credential& original, CredentialPersistence);
59 Credential(SecIdentityRef identity, CFArrayRef certificates, CredentialPersistence);
86 bool operator==(const Credential& a, const Credential& b);
87 inline bool operator!=(const Credential& a, const Credential& b) { return !(a == b); }
/dports/www/firefox-esr/firefox-91.8.0/dom/credentialmanagement/
H A DCredential.cpp13 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(Credential, mParent) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
15 NS_IMPL_CYCLE_COLLECTING_ADDREF(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
16 NS_IMPL_CYCLE_COLLECTING_RELEASE(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
23 Credential::Credential(nsPIDOMWindowInner* aParent) : mParent(aParent) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
25 Credential::~Credential() = default;
27 JSObject* Credential::WrapObject(JSContext* aCx, in WrapObject()
32 void Credential::GetId(nsAString& aId) const { aId.Assign(mId); } in GetId()
34 void Credential::GetType(nsAString& aType) const { aType.Assign(mType); } in GetType()
36 void Credential::SetId(const nsAString& aId) { mId.Assign(aId); } in SetId()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/credentialmanagement/
H A DCredential.cpp14 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(Credential, mParent) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
16 NS_IMPL_CYCLE_COLLECTING_ADDREF(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
17 NS_IMPL_CYCLE_COLLECTING_RELEASE(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
19 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
24 Credential::Credential(nsPIDOMWindowInner* aParent) : mParent(aParent) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
26 Credential::~Credential() = default;
28 JSObject* Credential::WrapObject(JSContext* aCx, in WrapObject()
33 void Credential::GetId(nsAString& aId) const { aId.Assign(mId); } in GetId()
35 void Credential::GetType(nsAString& aType) const { aType.Assign(mType); } in GetType()
37 void Credential::SetId(const nsAString& aId) { mId.Assign(aId); } in SetId()
[all …]
/dports/www/firefox/firefox-99.0/dom/credentialmanagement/
H A DCredential.cpp13 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(Credential, mParent) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
15 NS_IMPL_CYCLE_COLLECTING_ADDREF(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
16 NS_IMPL_CYCLE_COLLECTING_RELEASE(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
23 Credential::Credential(nsPIDOMWindowInner* aParent) : mParent(aParent) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
25 Credential::~Credential() = default;
27 JSObject* Credential::WrapObject(JSContext* aCx, in WrapObject()
32 void Credential::GetId(nsAString& aId) const { aId.Assign(mId); } in GetId()
34 void Credential::GetType(nsAString& aType) const { aType.Assign(mType); } in GetType()
36 void Credential::SetId(const nsAString& aId) { mId.Assign(aId); } in SetId()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/credentialmanagement/
H A DCredential.cpp13 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(Credential, mParent) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
15 NS_IMPL_CYCLE_COLLECTING_ADDREF(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
16 NS_IMPL_CYCLE_COLLECTING_RELEASE(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
23 Credential::Credential(nsPIDOMWindowInner* aParent) : mParent(aParent) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
25 Credential::~Credential() = default;
27 JSObject* Credential::WrapObject(JSContext* aCx, in WrapObject()
32 void Credential::GetId(nsAString& aId) const { aId.Assign(mId); } in GetId()
34 void Credential::GetType(nsAString& aType) const { aType.Assign(mType); } in GetType()
36 void Credential::SetId(const nsAString& aId) { mId.Assign(aId); } in SetId()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/credentialmanagement/
H A DCredential.cpp14 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(Credential, mParent) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
16 NS_IMPL_CYCLE_COLLECTING_ADDREF(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
17 NS_IMPL_CYCLE_COLLECTING_RELEASE(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
19 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(Credential) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
24 Credential::Credential(nsPIDOMWindowInner* aParent) : mParent(aParent) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
26 Credential::~Credential() {} in ~Credential()
28 JSObject* Credential::WrapObject(JSContext* aCx, in WrapObject()
33 void Credential::GetId(nsAString& aId) const { aId.Assign(mId); } in GetId()
35 void Credential::GetType(nsAString& aType) const { aType.Assign(mType); } in GetType()
37 void Credential::SetId(const nsAString& aId) { mId.Assign(aId); } in SetId()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/mac/
H A Dcredential_store.h32 struct COMPONENT_EXPORT(FIDO) Credential { in COMPONENT_EXPORT()
33 Credential(base::ScopedCFTypeRef<SecKeyRef> private_key, in COMPONENT_EXPORT()
35 ~Credential(); in COMPONENT_EXPORT()
36 Credential(Credential&& other); in COMPONENT_EXPORT()
37 Credential& operator=(Credential&& other); in COMPONENT_EXPORT()
49 Credential(const Credential&) = delete; in COMPONENT_EXPORT()
50 Credential& operator=(const Credential&) = delete; in COMPONENT_EXPORT()
86 base::Optional<std::list<Credential>> in COMPONENT_EXPORT()
94 base::Optional<std::list<Credential>> FindResidentCredentials( in COMPONENT_EXPORT()
102 const Credential& credential) const; in COMPONENT_EXPORT()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/mac/
H A Dcredential_store.h32 struct COMPONENT_EXPORT(FIDO) Credential { in COMPONENT_EXPORT()
33 Credential(base::ScopedCFTypeRef<SecKeyRef> private_key, in COMPONENT_EXPORT()
35 ~Credential(); in COMPONENT_EXPORT()
36 Credential(Credential&& other); in COMPONENT_EXPORT()
37 Credential& operator=(Credential&& other); in COMPONENT_EXPORT()
49 Credential(const Credential&) = delete; in COMPONENT_EXPORT()
50 Credential& operator=(const Credential&) = delete; in COMPONENT_EXPORT()
86 base::Optional<std::list<Credential>> in COMPONENT_EXPORT()
94 base::Optional<std::list<Credential>> FindResidentCredentials( in COMPONENT_EXPORT()
102 const Credential& credential) const; in COMPONENT_EXPORT()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DCredential.hs8 module Git.Credential where
17 data Credential = Credential { fromCredential :: M.Map String String } constructor
19 credentialUsername :: Credential -> Maybe String
22 credentialPassword :: Credential -> Maybe String
25 credentialBasicAuth :: Credential -> Maybe BasicAuth
53 rejectUrlCredential :: Credential -> Repo -> IO ()
56 urlCredential :: URLString -> Credential
57 urlCredential = Credential . M.singleton "url"
59 runCredential :: String -> Credential -> Repo -> IO Credential
73 formatCredential :: Credential -> String
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/providers/
H A Dchain_test.go14 Credential: &credentials.AccessKeyCredential{},
19 Credential: &credentials.StsTokenCredential{},
24 Credential: &credentials.EcsRamRoleCredential{},
41 Credential: nil,
68 Credential: nil,
73 Credential: nil,
95 Credential: nil,
100 Credential: nil,
105 Credential: nil,
116 Credential auth.Credential member
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/providers/
H A Dchain_test.go14 Credential: &credentials.AccessKeyCredential{},
19 Credential: &credentials.StsTokenCredential{},
24 Credential: &credentials.EcsRamRoleCredential{},
41 Credential: nil,
68 Credential: nil,
73 Credential: nil,
95 Credential: nil,
100 Credential: nil,
105 Credential: nil,
116 Credential auth.Credential member
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/providers/
H A Dchain_test.go14 Credential: &credentials.AccessKeyCredential{},
19 Credential: &credentials.StsTokenCredential{},
24 Credential: &credentials.EcsRamRoleCredential{},
41 Credential: nil,
68 Credential: nil,
73 Credential: nil,
95 Credential: nil,
100 Credential: nil,
105 Credential: nil,
116 Credential auth.Credential member
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/
H A Dcredentials.go13 type Credential struct { struct
19 func (c *Credential) needRefresh() bool { argument
23 func (c *Credential) refresh() { argument
26 func NewCredential(secretId, secretKey string) *Credential {
27 return &Credential{
33 func NewTokenCredential(secretId, secretKey, token string) *Credential {
34 return &Credential{
41 func (c *Credential) GetSecretKey() string { argument
45 func (c *Credential) GetSecretId() string { argument
49 func (c *Credential) GetToken() string { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/
H A Dcredentials.go13 type Credential struct { struct
19 func (c *Credential) needRefresh() bool { argument
23 func (c *Credential) refresh() { argument
26 func NewCredential(secretId, secretKey string) *Credential {
27 return &Credential{
33 func NewTokenCredential(secretId, secretKey, token string) *Credential {
34 return &Credential{
41 func (c *Credential) GetSecretKey() string { argument
45 func (c *Credential) GetSecretId() string { argument
49 func (c *Credential) GetToken() string { argument
/dports/sysutils/terraform/tencentcloud-sdk-go-1.0.233/tencentcloud/common/
H A Dcredentials.go13 type Credential struct { struct
19 func (c *Credential) needRefresh() bool { argument
23 func (c *Credential) refresh() { argument
26 func NewCredential(secretId, secretKey string) *Credential {
27 return &Credential{
33 func NewTokenCredential(secretId, secretKey, token string) *Credential {
34 return &Credential{
41 func (c *Credential) GetSecretKey() string { argument
45 func (c *Credential) GetSecretId() string { argument
49 func (c *Credential) GetToken() string { argument
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/credentials/
H A Dcredentials.c35 BOOL CredWriteW(PCREDENTIALW Credential, DWORD Flags) in CredWriteW() argument
40 BOOL CredWriteA(PCREDENTIALA Credential, DWORD Flags) in CredWriteA() argument
50 BOOL CredReadA(LPCSTR TargetName, DWORD Type, DWORD Flags, PCREDENTIALA* Credential) in CredReadA() argument
66 PCREDENTIALW Credential, DWORD Flags) in CredWriteDomainCredentialsW() argument
72 PCREDENTIALA Credential, DWORD Flags) in CredWriteDomainCredentialsA() argument
78 DWORD* Count, PCREDENTIALW** Credential) in CredReadDomainCredentialsW() argument
84 DWORD* Count, PCREDENTIALA** Credential) in CredReadDomainCredentialsA() argument
120 BOOL CredMarshalCredentialW(CRED_MARSHAL_TYPE CredType, PVOID Credential, in CredMarshalCredentialW() argument
126 BOOL CredMarshalCredentialA(CRED_MARSHAL_TYPE CredType, PVOID Credential, in CredMarshalCredentialA() argument
133 PVOID* Credential) in CredUnmarshalCredentialW() argument
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/danieljoos/wincred/
H A Dwincred.go26 return &GenericCredential{Credential: *cred}, err
43 err = sysCredWrite(&t.Credential, sysCRED_TYPE_GENERIC)
49 err = sysCredDelete(&t.Credential, sysCRED_TYPE_GENERIC)
58 return &DomainPassword{Credential: *cred}, err
75 err = sysCredWrite(&t.Credential, sysCRED_TYPE_DOMAIN_PASSWORD)
81 err = sysCredDelete(&t.Credential, sysCRED_TYPE_DOMAIN_PASSWORD)
91 func List() ([]*Credential, error) {
95 creds = []*Credential{}
103 func FilteredList(filter string) ([]*Credential, error) {
107 creds = []*Credential{}
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/tower_credential/tasks/
H A Dmain.yml16 name: SSH Credential
29 name: SSH Credential
42 name: SSH Credential
104 name: SSH Credential
120 name: SSH Credential
135 name: SSH Credential
215 name: SCM Credential
231 name: SCM Credential
243 name: AWS Credential
258 name: AWS Credential
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DCredential.h32 class AWS_CHIME_API Credential
35 Credential();
36 Credential(Aws::Utils::Json::JsonView jsonValue);
37 Credential& operator=(Aws::Utils::Json::JsonView jsonValue);
75 inline Credential& WithUsername(const Aws::String& value) { SetUsername(value); return *this;} in WithUsername()
81 …inline Credential& WithUsername(Aws::String&& value) { SetUsername(std::move(value)); return *this… in WithUsername()
87 inline Credential& WithUsername(const char* value) { SetUsername(value); return *this;} in WithUsername()
124 inline Credential& WithPassword(const Aws::String& value) { SetPassword(value); return *this;} in WithPassword()
130 …inline Credential& WithPassword(Aws::String&& value) { SetPassword(std::move(value)); return *this… in WithPassword()
136 inline Credential& WithPassword(const char* value) { SetPassword(value); return *this;} in WithPassword()
/dports/devel/p5-Paws/Paws-0.14/t/
H A D04_credentials.t4 use Paws::Credential::Environment;
5 use Paws::Credential::InstanceProfile;
6 use Paws::Credential::ProviderChain;
23 my $creds = Paws::Credential::Environment->new;
31 my $creds = Paws::Credential::Environment->new;
43 my $creds = Paws::Credential::Environment->new;
52 my $creds = Paws::Credential::InstanceProfile->new(ua => Test04::StubUAForMetadata->new);
69 my $creds = Paws::Credential::InstanceProfile->new(ua => Test04::StubUANoMetadata->new);
78 …my $creds = Paws::Credential::ProviderChain->new(providers => [ 'Test::CustomCredentials', 'Paws::…
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DCredential.cpp31 const char* const Credential::m_class_name =
34 Credential::ClassImpl::ClassImpl(::Java::Env env, jclass cls) in ClassImpl()
46 Credential::ClassImpl::~ClassImpl() {} in ~ClassImpl()
48 Credential::Credential(::Java::Env env, jobject kind, in Credential() function in JavaHL::Credential
64 const char* const Credential::Kind::m_class_name =
67 Credential::Kind::ClassImpl::ClassImpl(::Java::Env env, jclass cls) in ClassImpl()
75 Credential::Kind::ClassImpl::~ClassImpl() {} in ~ClassImpl()
77 Credential::Kind::Kind(::Java::Env env, in Kind()

12345678910>>...149