Home
last modified time | relevance | path

Searched full:authorization (Results 1 – 25 of 2682) sorted by relevance

12345678910>>...108

/external/google-cloud-java/java-binary-authorization/
DCHANGELOG.md3 …ogle-cloud-java/compare/google-cloud-binary-authorization-v1.3.1-SNAPSHOT...google-cloud-binary-au…
24 …s/google-cloud-java/compare/google-cloud-binary-authorization-v1.2.8...google-cloud-binary-authori…
45 ## [1.2.8](https://github.com/googleapis/java-binary-authorization/compare/v1.2.7...v1.2.8) (2022-1…
50 * update protobuf to v3.21.7 ([7e92fc0](https://github.com/googleapis/java-binary-authorization/com…
55authorization/issues/1583)) ([#273](https://github.com/googleapis/java-binary-authorization/issues…
60 …ub.com/googleapis/java-binary-authorization/issues/296)) ([99775f2](https://github.com/googleapis/…
61 …ub.com/googleapis/java-binary-authorization/issues/276)) ([1640a69](https://github.com/googleapis/…
62 …ub.com/googleapis/java-binary-authorization/issues/280)) ([2e3f88a](https://github.com/googleapis/…
63 …ub.com/googleapis/java-binary-authorization/issues/281)) ([06784ed](https://github.com/googleapis/…
64 …ub.com/googleapis/java-binary-authorization/issues/303)) ([30f22c2](https://github.com/googleapis/…
[all …]
Dpom.xml5 <artifactId>google-cloud-binary-authorization-parent</artifactId>
7 <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} -->
8 <name>Google Binary Authorization Parent</name>
24 <site.installationModule>google-cloud-binary-authorization-parent</site.installationModule>
31 <artifactId>google-cloud-binary-authorization</artifactId>
32 … <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} -->
36 <artifactId>proto-google-cloud-binary-authorization-v1</artifactId>
37 …<version>1.16.0</version><!-- {x-version-update:proto-google-cloud-binary-authorization-v1:current…
41 <artifactId>grpc-google-cloud-binary-authorization-v1</artifactId>
42 …<version>1.16.0</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1:current}…
[all …]
D.OwlBot.yaml17 - "/java-binary-authorization/samples/snippets/generated"
18 - "/java-binary-authorization/grpc-google-.*/src"
19 - "/java-binary-authorization/proto-google-.*/src"
20 - "/java-binary-authorization/google-.*/src"
24 …dest: "/owl-bot-staging/java-binary-authorization/$1/proto-google-cloud-binary-authorization-$1/sr…
26 …dest: "/owl-bot-staging/java-binary-authorization/$1/grpc-google-cloud-binary-authorization-$1/src"
28 dest: "/owl-bot-staging/java-binary-authorization/$1/google-cloud-binary-authorization/src"
30 dest: "/owl-bot-staging/java-binary-authorization/$1/samples/snippets/generated"
DREADME.md1 # Google Binary Authorization Client for Java
3 Java idiomatic client for [Binary Authorization][product-docs].
33 <artifactId>google-cloud-binary-authorization</artifactId>
39 <!-- {x-version-update-start:google-cloud-binary-authorization:released} -->
44 <artifactId>google-cloud-binary-authorization</artifactId>
52 implementation 'com.google.cloud:google-cloud-binary-authorization:1.16.0'
58 libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.16.0"
66 ## Authorization section in Google Binary Authorization Client for Java
68authorization scopes][auth-scopes] required for the desired Binary Authorization APIs, and the aut…
74 …le Cloud Platform Console][developer-console] project with the Binary Authorization [API enabled][…
[all …]
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2/
Dexternal_auth_pb2_grpc.py9 """[#protodoc-title: Authorization Service ]
11 The authorization service request messages used by external authorization :ref:`network filter
14 A generic interface for performing authorization check on incoming
25 '/envoy.service.auth.v2.Authorization/Check',
32 """[#protodoc-title: Authorization Service ]
34 The authorization service request messages used by external authorization :ref:`network filter
37 A generic interface for performing authorization check on incoming
42 """Performs authorization check based on the attributes associated with the
59 'envoy.service.auth.v2.Authorization', rpc_method_handlers)
64 class Authorization(object): class
[all …]
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2alpha/
Dexternal_auth_pb2_grpc.py9 """[#protodoc-title: Authorization Service ]
11 The authorization service request messages used by external authorization :ref:`network filter
14 A generic interface for performing authorization check on incoming
25 '/envoy.service.auth.v2alpha.Authorization/Check',
32 """[#protodoc-title: Authorization Service ]
34 The authorization service request messages used by external authorization :ref:`network filter
37 A generic interface for performing authorization check on incoming
42 """Performs authorization check based on the attributes associated with the
59 'envoy.service.auth.v2alpha.Authorization', rpc_method_handlers)
64 class Authorization(object): class
[all …]
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v3/
Dexternal_auth_pb2_grpc.py9 """[#protodoc-title: Authorization service]
11 The authorization service request messages used by external authorization :ref:`network filter
14 A generic interface for performing authorization check on incoming
25 '/envoy.service.auth.v3.Authorization/Check',
32 """[#protodoc-title: Authorization service]
34 The authorization service request messages used by external authorization :ref:`network filter
37 A generic interface for performing authorization check on incoming
42 """Performs authorization check based on the attributes associated with the
59 'envoy.service.auth.v3.Authorization', rpc_method_handlers)
64 class Authorization(object): class
[all …]
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java190 // Remove all authorization headers from the request (we'll re-add them in handleChallenge()
229 AuthorizationHeader authorization = null; in handleChallenge() local
236 authorization = this.getAuthorization(reoriginatedRequest in handleChallenge()
250 authorization = this.getAuthorization(reoriginatedRequest in handleChallenge()
257 "Created authorization header: " + authorization.toString()); in handleChallenge()
261 authorization, cacheTime); in handleChallenge()
263 reoriginatedRequest.addHeader(authorization); in handleChallenge()
268 "Returning authorization transaction." + retryTran); in handleChallenge()
312 AuthorizationHeader authorization = null; in getAuthorization() local
315 authorization = headerFactory.createProxyAuthorizationHeader(authHeader in getAuthorization()
[all …]
DCredentialsCache.java12 * A cache of authorization headers to be used for subsequent processing when we
53 * Cache the bindings of proxyDomain and authorization header.
56 * the id of the call that the <tt>authorization</tt> header
58 * @param authorization
59 * the authorization header that we'd like to cache.
62 AuthorizationHeader authorization, int cacheTime) { in cacheAuthorizationHeader() argument
63 String user = authorization.getUsername(); in cacheAuthorizationHeader()
65 if ( authorization == null) throw new NullPointerException("Null authorization domain"); in cacheAuthorizationHeader()
72 String realm = authorization.getRealm(); in cacheAuthorizationHeader()
81 authHeaders.add(authorization); in cacheAuthorizationHeader()
[all …]
/external/google-cloud-java/java-gsuite-addons/proto-google-cloud-gsuite-addons-v1/src/main/java/com/google/cloud/gsuiteaddons/v1/
DAuthorization.java25 * The authorization information used when invoking deployment endpoints.
28 * Protobuf type {@code google.cloud.gsuiteaddons.v1.Authorization}
30 public final class Authorization extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.gsuiteaddons.v1.Authorization)
35 // Use Authorization.newBuilder() to construct.
36 private Authorization(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Authorization() method in Authorization
40 private Authorization() { in Authorization() method in Authorization
49 return new Authorization(); in newInstance()
68 com.google.cloud.gsuiteaddons.v1.Authorization.class, in internalGetFieldAccessorTable()
69 com.google.cloud.gsuiteaddons.v1.Authorization.Builder.class); in internalGetFieldAccessorTable()
[all …]
/external/google-cloud-java/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/
DAuthorization.java28 * Protobuf type {@code google.cloud.edgecontainer.v1.Authorization}
30 public final class Authorization extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.edgecontainer.v1.Authorization)
35 // Use Authorization.newBuilder() to construct.
36 private Authorization(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Authorization() method in Authorization
40 private Authorization() {} in Authorization() method in Authorization
45 return new Authorization(); in newInstance()
64 com.google.cloud.edgecontainer.v1.Authorization.class, in internalGetFieldAccessorTable()
65 com.google.cloud.edgecontainer.v1.Authorization.Builder.class); in internalGetFieldAccessorTable()
169 if (!(obj instanceof com.google.cloud.edgecontainer.v1.Authorization)) { in equals()
[all …]
/external/google-cloud-java/java-binary-authorization/google-cloud-binary-authorization-bom/
Dpom.xml5 <artifactId>google-cloud-binary-authorization-bom</artifactId>
6 <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} -->
16 <name>Google Binary Authorization BOM</name>
18 BOM for Binary Authorization
29 <artifactId>google-cloud-binary-authorization</artifactId>
30 … <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} -->
34 <artifactId>grpc-google-cloud-binary-authorization-v1beta1</artifactId>
35 …<version>0.21.0</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1beta1:cur…
39 <artifactId>grpc-google-cloud-binary-authorization-v1</artifactId>
40 …<version>1.16.0</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1:current}…
[all …]
/external/python/google-api-python-client/docs/
Doauth-installed.md10 … manages the OAuth 2.0 flow both for authentication and for obtaining authorization to Google APIs…
20authorization code to your application, either in the title bar of the browser or in the query str…
28 - The authorization code can be returned to your application in the title bar of the browser or in …
49 …http://localhost`. The value your application uses determines how the authorization code is return…
53Authorization Server that the authorization code should be returned as a query string parameter to…
59 This value signals to the Google Authorization Server that the authorization code should be returne…
61authorization code. It is then up to your application to close the browser window if you want to e…
68 …at the OAuth 2.0 server generates won't instruct the user to copy the authorization code, but inst…
70 …(by checking window titles on the desktop, for example) to obtain the authorization code, but can'…
84 …the client object to perform OAuth 2.0 operations, such as generating authorization request URIs a…
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_spt.c53 // authorization in NvReadAccessChecks()
61 // If the authorization was provided by the owner or platform, then check in NvReadAccessChecks()
62 // that the attributes allow the read. If the authorization handle in NvReadAccessChecks()
63 // is the same as the index, then the checks were made when the authorization in NvReadAccessChecks()
67 // If Owner provided authorization then ONWERWRITE must be SET in NvReadAccessChecks()
73 // If Platform provided authorization then PPWRITE must be SET in NvReadAccessChecks()
77 // If neither Owner nor Platform provided authorization, make sure that it was in NvReadAccessChecks()
84 // the proper authorization is given to TPM2_NV_ReadLock() in NvReadAccessChecks()
95 // TPM_RC_NV_AUTHORIZATION Authorization fails
101 // authorization in NvWriteAccessChecks()
[all …]
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentialsTest.java85 private static final Metadata.Key<String> AUTHORIZATION = Metadata.Key.of("Authorization", field in GoogleAuthLibraryCallCredentialsTest
88 "Extra-Authorization-bin", Metadata.BINARY_BYTE_MARSHALLER);
154 values.put("Authorization", "token1"); in copyCredentialsToHeaders()
155 values.put("Authorization", "token2"); in copyCredentialsToHeaders()
156 values.put("Extra-Authorization-bin", "dG9rZW4z"); // bytes "token3" in base64 in copyCredentialsToHeaders()
157 values.put("Extra-Authorization-bin", "dG9rZW40"); // bytes "token4" in base64 in copyCredentialsToHeaders()
167 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in copyCredentialsToHeaders() local
169 Iterables.toArray(authorization, String.class)); in copyCredentialsToHeaders()
179 values.put("Extra-Authorization-bin", "dG9rZW4z1"); // invalid base64 in invalidBase64()
229 values.put("Authorization", "token1"); in credentialsReturnNullMetadata()
[all …]
DClientAuthInterceptorTest.java66 private static final Metadata.Key<String> AUTHORIZATION = Metadata.Key.of("Authorization", field in ClientAuthInterceptorTest
69 "Extra-Authorization", Metadata.ASCII_STRING_MARSHALLER);
114 values.put("Authorization", "token1"); in testCopyCredentialToHeaders()
115 values.put("Authorization", "token2"); in testCopyCredentialToHeaders()
116 values.put("Extra-Authorization", "token3"); in testCopyCredentialToHeaders()
117 values.put("Extra-Authorization", "token4"); in testCopyCredentialToHeaders()
126 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in testCopyCredentialToHeaders() local
128 Iterables.toArray(authorization, String.class)); in testCopyCredentialToHeaders()
143 Assert.assertNull(headers.getAll(AUTHORIZATION)); in testCredentialsThrows()
166 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in testWithOAuth2Credential() local
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPMediaAuthorizationHeader.java38 * The P-Media-Authorization SIP Private Header - RFC 3313.
42 * P-Media-Authorization = "P-Media-Authorization" HCOLON
43 * P-Media-Authorization-Token
44 * *(COMMA P-Media-Authorization-Token)
45 * P-Media-Authorization-Token = 1*HEXDIG
57 public final static String NAME = "P-Media-Authorization";
60 * Set the media authorization token.
61 * @param token - media authorization token to set
67 * Get the media authorization token.
DPMediaAuthorization.java46 * P-Media-Authorization SIP Private Header - RFC 3313.
50 * P-Media-Authorization = "P-Media-Authorization" HCOLON
51 * P-Media-Authorization-Token
52 * *(COMMA P-Media-Authorization-Token)
53 * P-Media-Authorization-Token = 1*HEXDIG
70 * P-Media-Authorization Token
85 * Get the media authorization token.
96 * Set the media authorization token.
98 * @param token - media authorization token to set
104 … throw new InvalidArgumentException(" the Media-Authorization-Token parameter is null or empty"); in setMediaAuthorizationToken()
/external/cronet/base/mac/
Dauthorization_util.mm27 ScopedAuthorizationRef authorization;
30 kAuthorizationFlagDefaults, authorization.InitializeInto());
36 return authorization;
43 ScopedAuthorizationRef authorization = CreateAuthorization();
44 if (!authorization) {
45 return authorization;
61 // product_logo_32.png is used instead of app.icns because Authorization
88 OSStatus status = AuthorizationCopyRights(authorization, rights, &environment,
98 return authorization;
111 OSStatus ExecuteWithPrivilegesAndGetPID(AuthorizationRef authorization,
[all …]
/external/curl/tests/data/
Dtest15314 HTTP/1.1 401 Authorization Required swsclose
25 HTTP/1.1 401 Authorization Required swsclose
35 # Authorization: Digest line passed-in from the client
50 HTTP/1.1 401 Authorization re-negotiation please swsbounce
81 HTTP with Digest authorization with stale=true
91 ^Authorization.*cnonce
101 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
112 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
118 Authorization: Digest username="testuser", realm="testrealm", nonce="999999", uri="/%TESTNUMBER0002…
124 HTTP/1.1 401 Authorization Required swsclose
[all …]
Dtest38814 HTTP/1.1 401 Authorization Required swsclose
25 HTTP/1.1 401 Authorization Required swsclose
35 # Authorization: Digest line passed-in from the client
50 HTTP/1.1 401 Authorization re-negotiation please swsbounce
91 ^Authorization.*cnonce
101 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
112 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
118 Authorization: Digest username="testuser", realm="testrealm", nonce="999999", uri="/%TESTNUMBER0002…
124 HTTP/1.1 401 Authorization Required swsclose
136 HTTP/1.1 401 Authorization Required swsclose
[all …]
Dtest9016 HTTP/1.1 401 Authorization Required swsclose
28 # Authorization: NTLM line passed-in from the client
40 # Authorization: NTLM line passed-in from the client
51 HTTP/1.1 401 Authorization Required swsclose
73 # Authorization: NTLM line passed-in from the client
84 HTTP/1.1 401 Authorization Required swsclose
103 HTTP/1.1 401 Authorization Required swsclose
155 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
161 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAA…
172 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
[all …]
/external/google-cloud-java/java-binary-authorization/google-cloud-binary-authorization/
Dpom.xml5 <artifactId>google-cloud-binary-authorization</artifactId>
6 <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} -->
8 <name>Google Binary Authorization</name>
9 …<description>Binary Authorization is a service on Google Cloud that provides centralized software…
12 <artifactId>google-cloud-binary-authorization-parent</artifactId>
13 <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} -->
16 <site.installationModule>google-cloud-binary-authorization</site.installationModule>
46 <artifactId>proto-google-cloud-binary-authorization-v1</artifactId>
50 <artifactId>proto-google-cloud-binary-authorization-v1beta1</artifactId>
87 <artifactId>grpc-google-cloud-binary-authorization-v1beta1</artifactId>
[all …]
/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DBinderTransportSecurity.java37 * <p>Attaches authorization state to a newly-created transport, and contains a
43 Attributes.Key.create("internal:transport-authorization-state");
97 * Maintaines the authorization state for a single transport instance. This class lives for the
119 Status authorization; in checkAuthorization() local
121 authorization = serviceAuthorization.get(serviceName); in checkAuthorization()
122 if (authorization != null) { in checkAuthorization()
123 return authorization; in checkAuthorization()
126 authorization = policy.checkAuthorizationForService(uid, serviceName); in checkAuthorization()
128 serviceAuthorization.putIfAbsent(serviceName, authorization); in checkAuthorization()
130 return authorization; in checkAuthorization()
/external/cronet/net/http/
Dhttp_auth.h47 // the previous authorization attempt.
49 AUTHORIZATION_RESULT_ACCEPT, // The authorization attempt was accepted,
53 AUTHORIZATION_RESULT_REJECT, // The authorization attempt was rejected.
56 // authorization attempt is stale, but
60 // poorly formed (the authorization attempt
63 AUTHORIZATION_RESULT_DIFFERENT_REALM, // The authorization
77 // lookup (premptive authorization).
124 // the current identity being used for authorization.
138 // (either Authorization or Proxy-Authorization).
152 // Returns a string representation of an authorization result.
[all …]

12345678910>>...108