Uses of Interface
org.springframework.security.oauth2.provider.implicit.ImplicitGrantService

Packages that use ImplicitGrantService
org.springframework.security.oauth2.provider.endpoint   
org.springframework.security.oauth2.provider.implicit   
 

Uses of ImplicitGrantService in org.springframework.security.oauth2.provider.endpoint
 

Methods in org.springframework.security.oauth2.provider.endpoint with parameters of type ImplicitGrantService
 void AuthorizationEndpoint.setImplicitGrantService(ImplicitGrantService implicitGrantService)
           
 

Uses of ImplicitGrantService in org.springframework.security.oauth2.provider.implicit
 

Classes in org.springframework.security.oauth2.provider.implicit that implement ImplicitGrantService
 class InMemoryImplicitGrantService
          In-memory implementation of the ImplicitGrantService.
 

Methods in org.springframework.security.oauth2.provider.implicit with parameters of type ImplicitGrantService
 void ImplicitTokenGranter.setImplicitGrantService(ImplicitGrantService service)
           
 



Copyright © 2013. All rights reserved.