org.apache.hadoop.security
Annotation Type KerberosInfo
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface KerberosInfo
Indicates Kerberos related information to be used
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 © 2009 The Apache Software Foundation