Interface WordpressAuthentication
-
- All Known Implementing Classes:
WordpressBasicAuthentication
public interface WordpressAuthenticationWordpress Authentication Mecanism needed to perform privileged actions like create, update or delete a post.- Since:
- 0.1
- See Also:
- Wordpress API Authentication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureAuthentication(Object client)StringgetUsername()voidsetPassword(String pwd)voidsetUsername(String user)
-