Class 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.