@Deprecated public class InMemorySelfCleaningProviderTokenServices extends InMemoryProviderTokenServices implements org.springframework.beans.factory.DisposableBean
tokenStore| Constructor and Description |
|---|
InMemorySelfCleaningProviderTokenServices()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
Initialze these token services.
|
void |
destroy()
Deprecated.
|
Integer |
getCleanupIntervalSeconds()
Deprecated.
The interval at which to schedule cleanup.
|
void |
setCleanupIntervalSeconds(Integer cleanupIntervalSeconds)
Deprecated.
The interval at which to schedule cleanup.
|
readToken, removeToken, storeTokenauthorizeRequestToken, createAccessToken, createUnauthorizedRequestToken, getAccessTokenValiditySeconds, getLifecycleListeners, getRandom, getRequestTokenValiditySeconds, getToken, getTokenSecretLengthBytes, isExpired, onTokenCreated, onTokenRemoved, register, setAccessTokenValiditySeconds, setRandom, setRequestTokenValiditySeconds, setTokenSecretLengthBytespublic InMemorySelfCleaningProviderTokenServices()
public void afterPropertiesSet()
throws Exception
RandomValueProviderTokenServicesafterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class RandomValueProviderTokenServicesExceptionpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic Integer getCleanupIntervalSeconds()
public void setCleanupIntervalSeconds(Integer cleanupIntervalSeconds)
cleanupIntervalSeconds - The interval at which to schedule cleanup.Copyright © 2020. All rights reserved.