public static interface SecurityProtos.CredentialsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SecurityProtos.CredentialsKVProto |
getSecrets(int index)
repeated .hadoop.common.CredentialsKVProto secrets = 2; |
int |
getSecretsCount()
repeated .hadoop.common.CredentialsKVProto secrets = 2; |
List<SecurityProtos.CredentialsKVProto> |
getSecretsList()
repeated .hadoop.common.CredentialsKVProto secrets = 2; |
SecurityProtos.CredentialsKVProtoOrBuilder |
getSecretsOrBuilder(int index)
repeated .hadoop.common.CredentialsKVProto secrets = 2; |
List<? extends SecurityProtos.CredentialsKVProtoOrBuilder> |
getSecretsOrBuilderList()
repeated .hadoop.common.CredentialsKVProto secrets = 2; |
SecurityProtos.CredentialsKVProto |
getTokens(int index)
repeated .hadoop.common.CredentialsKVProto tokens = 1; |
int |
getTokensCount()
repeated .hadoop.common.CredentialsKVProto tokens = 1; |
List<SecurityProtos.CredentialsKVProto> |
getTokensList()
repeated .hadoop.common.CredentialsKVProto tokens = 1; |
SecurityProtos.CredentialsKVProtoOrBuilder |
getTokensOrBuilder(int index)
repeated .hadoop.common.CredentialsKVProto tokens = 1; |
List<? extends SecurityProtos.CredentialsKVProtoOrBuilder> |
getTokensOrBuilderList()
repeated .hadoop.common.CredentialsKVProto tokens = 1; |
List<SecurityProtos.CredentialsKVProto> getTokensList()
repeated .hadoop.common.CredentialsKVProto tokens = 1;
SecurityProtos.CredentialsKVProto getTokens(int index)
repeated .hadoop.common.CredentialsKVProto tokens = 1;
int getTokensCount()
repeated .hadoop.common.CredentialsKVProto tokens = 1;
List<? extends SecurityProtos.CredentialsKVProtoOrBuilder> getTokensOrBuilderList()
repeated .hadoop.common.CredentialsKVProto tokens = 1;
SecurityProtos.CredentialsKVProtoOrBuilder getTokensOrBuilder(int index)
repeated .hadoop.common.CredentialsKVProto tokens = 1;
List<SecurityProtos.CredentialsKVProto> getSecretsList()
repeated .hadoop.common.CredentialsKVProto secrets = 2;
SecurityProtos.CredentialsKVProto getSecrets(int index)
repeated .hadoop.common.CredentialsKVProto secrets = 2;
int getSecretsCount()
repeated .hadoop.common.CredentialsKVProto secrets = 2;
List<? extends SecurityProtos.CredentialsKVProtoOrBuilder> getSecretsOrBuilderList()
repeated .hadoop.common.CredentialsKVProto secrets = 2;
SecurityProtos.CredentialsKVProtoOrBuilder getSecretsOrBuilder(int index)
repeated .hadoop.common.CredentialsKVProto secrets = 2;
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.