org.apache.hadoop.hbase.security
Annotation Type TokenInfo


@Retention(value=RUNTIME)
@Target(value=TYPE)
@InterfaceAudience.Private
public @interface TokenInfo

Indicates Token related information to be used in authorizing connections over a given RPC protocol interface.


Required Element Summary
 String value
          The type of Token.getKind() to be handled
 

Element Detail

value

public abstract String value
The type of Token.getKind() to be handled



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.