public class WordPressClient extends OAuth20Client<WordPressProfile>
This class is the OAuth client to authenticate users in WordPress.
It returns a WordPressProfile
.
More information at http://developer.wordpress.com/docs/oauth2/
configuration
ATTEMPTED_AUTHENTICATION_SUFFIX, callbackUrl, callbackUrlResolver, urlResolver
logger
Constructor and Description |
---|
WordPressClient() |
WordPressClient(String key,
String secret) |
Modifier and Type | Method and Description |
---|---|
protected void |
clientInit()
Initialize the client.
|
getConfiguration, getKey, getSecret, setConfiguraton, setKey, setSecret, toString
computeFinalCallbackUrl, defaultLogoutActionBuilder, defaultRedirectActionBuilder, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCredentials, getLogoutAction, getLogoutActionBuilder, getRedirectAction, getRedirectActionBuilder, getUrlResolver, internalInit, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setLogoutActionBuilder, setRedirectActionBuilder, setUrlResolver
addAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreator
init
protected void clientInit()
IndirectClient
clientInit
in class OAuth20Client<WordPressProfile>
Copyright © 2018. All rights reserved.