org.apache.hadoop.security.proto
Interface SecurityProtos.TokenProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecurityProtos.TokenProto, SecurityProtos.TokenProto.Builder
Enclosing class:
SecurityProtos

public static interface SecurityProtos.TokenProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getIdentifier()
           
 String getKind()
           
 com.google.protobuf.ByteString getPassword()
           
 String getService()
           
 boolean hasIdentifier()
           
 boolean hasKind()
           
 boolean hasPassword()
           
 boolean hasService()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIdentifier

boolean hasIdentifier()

getIdentifier

com.google.protobuf.ByteString getIdentifier()

hasPassword

boolean hasPassword()

getPassword

com.google.protobuf.ByteString getPassword()

hasKind

boolean hasKind()

getKind

String getKind()

hasService

boolean hasService()

getService

String getService()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.