Interface WordpressAuthentication

All Known Implementing Classes:
WordpressBasicAuthentication

public interface WordpressAuthentication
Wordpress Authentication Mecanism needed to perform privileged actions like create, update or delete a post.
Since:
0.1
See Also:
  • Method Details

    • setPassword

      void setPassword(String pwd)
    • setUsername

      void setUsername(String user)
    • getUsername

      String getUsername()
    • configureAuthentication

      void configureAuthentication(Object client)