Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
AuthenticationRule |
AuthenticationRule.clone() |
AuthenticationRule |
AuthenticationRule.set(String fieldName,
Object value) |
AuthenticationRule |
AuthenticationRule.setAllowWithoutCredential(Boolean allowWithoutCredential)
If true, the service accepts API keys without any other credential.
|
AuthenticationRule |
AuthenticationRule.setOauth(OAuthRequirements oauth)
The requirements for OAuth credentials.
|
AuthenticationRule |
AuthenticationRule.setRequirements(List<AuthRequirement> requirements)
Requirements for additional authentication providers.
|
AuthenticationRule |
AuthenticationRule.setSelector(String selector)
Selects the methods to which this rule applies.
|
Modifier and Type | Method and Description |
---|---|
List<AuthenticationRule> |
Authentication.getRules()
A list of authentication rules that apply to individual API methods.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
Authentication.setRules(List<AuthenticationRule> rules)
A list of authentication rules that apply to individual API methods.
|
Copyright © 2011–2024 Google. All rights reserved.