Class HTTPNegotiateAuthentication

  • Direct Known Subclasses:
    DefaultHTTPNegotiateAuthentication

    public abstract class HTTPNegotiateAuthentication
    extends HTTPAuthentication
    Base class for negotiate authentication support. May be extended by local implementations using native GSS implementations or delegated credentials.
    Version:
    1.3
    • Constructor Detail

      • HTTPNegotiateAuthentication

        protected HTTPNegotiateAuthentication()
    • Method Detail

      • getServerPrincipalName

        protected java.lang.String getServerPrincipalName()
      • respondTo

        public abstract void respondTo​(java.lang.String challenge)
      • isStarted

        public abstract boolean isStarted()
      • needsLogin

        public abstract boolean needsLogin()