Uses of Interface
org.springframework.security.oauth.provider.token.OAuthTokenLifecycleListener

Packages that use OAuthTokenLifecycleListener
org.springframework.security.oauth.provider.token   
 

Uses of OAuthTokenLifecycleListener in org.springframework.security.oauth.provider.token
 

Methods in org.springframework.security.oauth.provider.token that return types with arguments of type OAuthTokenLifecycleListener
 Collection<OAuthTokenLifecycleListener> RandomValueProviderTokenServices.getLifecycleListeners()
          The collection of lifecycle listeners for these services.
 Collection<OAuthTokenLifecycleListener> OAuthTokenLifecycleRegistry.getLifecycleListeners()
          The collection of lifecycle listeners for this registry.
 

Methods in org.springframework.security.oauth.provider.token with parameters of type OAuthTokenLifecycleListener
 void RandomValueProviderTokenServices.register(OAuthTokenLifecycleListener... lifecycleListeners)
          Register lifecycle listener(s) with these token services.
 void OAuthTokenLifecycleRegistry.register(OAuthTokenLifecycleListener... lifecycleListeners)
          Register lifecycle listener(s) with this registry.
 



Copyright © 2013. All rights reserved.