Package com.complexible.common.util
Class Krb5Utils
- java.lang.Object
-
- com.complexible.common.util.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)
-
-
-
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
-
-