Uses of Class
org.apache.hadoop.oncrpc.security.RpcAuthInfo.AuthFlavor

Packages that use RpcAuthInfo.AuthFlavor
org.apache.hadoop.oncrpc.security   
 

Uses of RpcAuthInfo.AuthFlavor in org.apache.hadoop.oncrpc.security
 

Methods in org.apache.hadoop.oncrpc.security that return RpcAuthInfo.AuthFlavor
 RpcAuthInfo.AuthFlavor RpcAuthInfo.getFlavor()
           
static RpcAuthInfo.AuthFlavor RpcAuthInfo.AuthFlavor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RpcAuthInfo.AuthFlavor[] RpcAuthInfo.AuthFlavor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.oncrpc.security with parameters of type RpcAuthInfo.AuthFlavor
Credentials(RpcAuthInfo.AuthFlavor flavor)
           
RpcAuthInfo(RpcAuthInfo.AuthFlavor flavor)
           
Verifier(RpcAuthInfo.AuthFlavor flavor)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.