| Package | Description |
|---|---|
| org.springframework.security.oauth.provider.token |
| Modifier and Type | Method and Description |
|---|---|
Collection<OAuthTokenLifecycleListener> |
RandomValueProviderTokenServices.getLifecycleListeners()
Deprecated.
The collection of lifecycle listeners for these services.
|
Collection<OAuthTokenLifecycleListener> |
OAuthTokenLifecycleRegistry.getLifecycleListeners()
Deprecated.
The collection of lifecycle listeners for this registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RandomValueProviderTokenServices.register(OAuthTokenLifecycleListener... lifecycleListeners)
Deprecated.
Register lifecycle listener(s) with these token services.
|
void |
OAuthTokenLifecycleRegistry.register(OAuthTokenLifecycleListener... lifecycleListeners)
Deprecated.
Register lifecycle listener(s) with this registry.
|
Copyright © 2020. All rights reserved.