org.apache.hadoop.hbase.security
Annotation Type KerberosInfo
@Retention(value=RUNTIME)
@Target(value=TYPE)
@InterfaceAudience.Private
public @interface KerberosInfo
Indicates Kerberos related information to be used for authorizing connections
over a given RPC protocol interface.
Required Element Summary |
String |
serverPrincipal
Key for getting server's Kerberos principal name from Configuration |
serverPrincipal
public abstract String serverPrincipal
- Key for getting server's Kerberos principal name from Configuration
clientPrincipal
public abstract String clientPrincipal
- Default:
- ""
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.