Class Krb5Utils


  • public final class Krb5Utils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void forEach​(java.io.File theKeytab, java.util.function.Consumer<java.lang.String> theTallable)  
      static java.util.List<java.lang.String> getPrincipalNames​(java.io.File keyTab)  
      protected static java.nio.ByteBuffer readAll​(java.io.File keyTab)  
      • Methods inherited from class java.lang.Object

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

      • forEach

        public static void forEach​(java.io.File theKeytab,
                                   java.util.function.Consumer<java.lang.String> theTallable)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • getPrincipalNames

        public static java.util.List<java.lang.String> getPrincipalNames​(java.io.File keyTab)
                                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • readAll

        protected static java.nio.ByteBuffer readAll​(java.io.File keyTab)
                                              throws java.io.IOException
        Throws:
        java.io.IOException