Class WordpressBasicAuthentication

java.lang.Object
org.apache.camel.component.wordpress.api.auth.WordpressBasicAuthentication
All Implemented Interfaces:
WordpressAuthentication

public class WordpressBasicAuthentication extends Object
Basic Authentication implementation for Wordpress authentication mechanism. Should be used only on tested environments due to lack of security. Be aware that credentials will be passed over each request to your server.

On environments without non HTTPS this a high security risk.

To this implementation work, the Basic Authentication Plugin must be installed into the Wordpress server.

  • Field Details

    • username

      protected String username
    • password

      protected String password
  • Constructor Details

    • WordpressBasicAuthentication

      public WordpressBasicAuthentication()
    • WordpressBasicAuthentication

      public WordpressBasicAuthentication(String username, String password)
  • Method Details