public class AuthAttribute
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthAttribute.Builder
Builds AuthBinding, mapping validated configuration settings into the HttpRequestChecker
configuration proto.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.inject.Key<AuthAttribute> |
KEY
A key to access authentication binding attributes.
|
| Constructor and Description |
|---|
AuthAttribute(com.google.api.AuthenticationRule rule) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.AuthenticationRule |
getAuthenticationRule()
Gets the underlying AuthenticationRule.
|
public static final com.google.inject.Key<AuthAttribute> KEY