Class SecurityHelper


  • public class SecurityHelper
    extends java.lang.Object
    SecurityHelper class
    • Constructor Summary

      Constructors 
      Constructor Description
      SecurityHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.mapr.fs.proto.Security.TicketAndKey ticketReadingHelper()  
      static byte[] zookeeperAuthRequestCreationHelper​(com.mapr.fs.proto.Security.TicketAndKey ticketAndKey, long sessionId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecurityHelper

        public SecurityHelper()
    • Method Detail

      • zookeeperAuthRequestCreationHelper

        public static byte[] zookeeperAuthRequestCreationHelper​(com.mapr.fs.proto.Security.TicketAndKey ticketAndKey,
                                                                long sessionId)
      • ticketReadingHelper

        public static com.mapr.fs.proto.Security.TicketAndKey ticketReadingHelper()