Class SPNegoSchemeFactory

  • All Implemented Interfaces:
    AuthSchemeFactory

    @Deprecated
    @Contract(threading=STATELESS)
    @Experimental
    public class SPNegoSchemeFactory
    extends java.lang.Object
    implements AuthSchemeFactory
    Deprecated.
    Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
    AuthSchemeFactory implementation that creates and initializes SPNegoScheme instances.

    Please note this class is considered experimental and may be discontinued or removed in the future.

    Since:
    4.2
    See Also:
    BasicSchemeFactory, BearerSchemeFactory