Interface SpnegoTokenGenerator

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SpnegoTokenGenerator
    Abstract SPNEGO token generator. Implementations should take an Kerberos ticket and transform into a SPNEGO token.
    Implementations of this interface are expected to be thread-safe.
    Since:
    4.1
    • Method Detail

      • generateSpnegoDERObject

        byte[] generateSpnegoDERObject​(byte[] kerberosTicket)
                                throws IOException
        Throws:
        IOException