Package esendex.sdk.java.service.auth


package esendex.sdk.java.service.auth
  • Class
    Description
    An AbstractAuthenticator is a base class for Authenticators.
    An Authenticator writes out a header to a URLConnection with the intention of authenticating the resource in question.
    A (RFC2617) Basic authenticator that writes out the Http header to authenticate a request with the UserPassword credentials provided.
    A (RFC2617) Basic authenticator that writes out the Http header to authenticate a request.
    Simple holder for a user/password pair.