Interface ISVNAuthenticationManagerExt

All Superinterfaces:
ISVNAuthenticationManager

public interface ISVNAuthenticationManagerExt extends ISVNAuthenticationManager
Since:
1.7
Version:
1.7
  • Method Details

    • acknowledgeConnectionSuccessful

      void acknowledgeConnectionSuccessful(SVNURL url, java.lang.String method)
    • acknowledgeAuthentication

      void acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedLocation) throws SVNException
      Throws:
      SVNException