public static final class Auth.AuthAction extends com.google.protobuf.GeneratedMessageV3 implements Auth.AuthActionOrBuilder
envoy.api.v2.auth.AuthAction| Modifier and Type | Class and Description |
|---|---|
static class |
Auth.AuthAction.ActionType
Should we do white-list or black-list style access control.
|
static class |
Auth.AuthAction.AndRule
Logic AND that requires all rules match.
|
static interface |
Auth.AuthAction.AndRuleOrBuilder |
static class |
Auth.AuthAction.Builder
Protobuf type
envoy.api.v2.auth.AuthAction |
static class |
Auth.AuthAction.OrRule
Logic OR that requires at least one rule matches.
|
static interface |
Auth.AuthAction.OrRuleOrBuilder |
static class |
Auth.AuthAction.Rule
Element type of AndRule/OrRule, it chooses among different type of rule.
|
static interface |
Auth.AuthAction.RuleOrBuilder |
static class |
Auth.AuthAction.X509Rule
Check peer identity using X.509 certificate.
|
static interface |
Auth.AuthAction.X509RuleOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_TYPE_FIELD_NUMBER |
static int |
RULES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Auth.AuthAction.ActionType |
getActionType()
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1; |
int |
getActionTypeValue()
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1; |
static Auth.AuthAction |
getDefaultInstance() |
Auth.AuthAction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Auth.AuthAction> |
getParserForType() |
Auth.AuthAction.Rule |
getRules(int index)
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2; |
int |
getRulesCount()
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2; |
List<Auth.AuthAction.Rule> |
getRulesList()
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2; |
Auth.AuthAction.RuleOrBuilder |
getRulesOrBuilder(int index)
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2; |
List<? extends Auth.AuthAction.RuleOrBuilder> |
getRulesOrBuilderList()
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Auth.AuthAction.Builder |
newBuilder() |
static Auth.AuthAction.Builder |
newBuilder(Auth.AuthAction prototype) |
Auth.AuthAction.Builder |
newBuilderForType() |
protected Auth.AuthAction.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Auth.AuthAction |
parseDelimitedFrom(InputStream input) |
static Auth.AuthAction |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Auth.AuthAction |
parseFrom(byte[] data) |
static Auth.AuthAction |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Auth.AuthAction |
parseFrom(ByteBuffer data) |
static Auth.AuthAction |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Auth.AuthAction |
parseFrom(com.google.protobuf.ByteString data) |
static Auth.AuthAction |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Auth.AuthAction |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Auth.AuthAction |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Auth.AuthAction |
parseFrom(InputStream input) |
static Auth.AuthAction |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Auth.AuthAction> |
parser() |
Auth.AuthAction.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ACTION_TYPE_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getActionTypeValue()
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1;getActionTypeValue in interface Auth.AuthActionOrBuilderpublic Auth.AuthAction.ActionType getActionType()
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1;getActionType in interface Auth.AuthActionOrBuilderpublic List<Auth.AuthAction.Rule> getRulesList()
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2;getRulesList in interface Auth.AuthActionOrBuilderpublic List<? extends Auth.AuthAction.RuleOrBuilder> getRulesOrBuilderList()
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2;getRulesOrBuilderList in interface Auth.AuthActionOrBuilderpublic int getRulesCount()
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2;getRulesCount in interface Auth.AuthActionOrBuilderpublic Auth.AuthAction.Rule getRules(int index)
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2;getRules in interface Auth.AuthActionOrBuilderpublic Auth.AuthAction.RuleOrBuilder getRulesOrBuilder(int index)
List of rules
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 2;getRulesOrBuilder in interface Auth.AuthActionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Auth.AuthAction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Auth.AuthAction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Auth.AuthAction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Auth.AuthAction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Auth.AuthAction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Auth.AuthAction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Auth.AuthAction parseFrom(InputStream input) throws IOException
IOExceptionpublic static Auth.AuthAction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Auth.AuthAction parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Auth.AuthAction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Auth.AuthAction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Auth.AuthAction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Auth.AuthAction.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Auth.AuthAction.Builder newBuilder()
public static Auth.AuthAction.Builder newBuilder(Auth.AuthAction prototype)
public Auth.AuthAction.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Auth.AuthAction.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Auth.AuthAction getDefaultInstance()
public static com.google.protobuf.Parser<Auth.AuthAction> parser()
public com.google.protobuf.Parser<Auth.AuthAction> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Auth.AuthAction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.