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 Summary
Modifier and TypeMethodDescriptionvoidconfigureAuthentication(Object client) voidsetPassword(String pwd) voidsetUsername(String user)
-
Method Details
-
setPassword
-
setUsername
-
getUsername
String getUsername() -
configureAuthentication
-