|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices
@Component(value="oauth1TokenServices") public class OpenConextOauth1TokenServices
Token store for Oauth1 tokens.
| Nested Class Summary | |
|---|---|
static class |
OpenConextOauth1TokenServices.OAuthProviderTokenRowMapper
|
| Constructor Summary | |
|---|---|
OpenConextOauth1TokenServices()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
protected org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl |
readToken(String authentication)
|
protected org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl |
removeToken(String tokenValue)
|
void |
setDataSource(DataSource dataSource)
|
protected void |
storeToken(String value,
org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl token)
|
| Methods inherited from class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices |
|---|
authorizeRequestToken, createAccessToken, createUnauthorizedRequestToken, getAccessTokenValiditySeconds, getLifecycleListeners, getRandom, getRequestTokenValiditySeconds, getToken, getTokenSecretLengthBytes, isExpired, onTokenCreated, onTokenRemoved, register, setAccessTokenValiditySeconds, setRandom, setRequestTokenValiditySeconds, setTokenSecretLengthBytes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenConextOauth1TokenServices()
| Method Detail |
|---|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServicesExceptionprotected org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl readToken(String authentication)
readToken in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
protected void storeToken(String value,
org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl token)
storeToken in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServicesprotected org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl removeToken(String tokenValue)
removeToken in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServicespublic void setDataSource(DataSource dataSource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||