MCPcopy Create free account

hub / github.com/SeerGlaucus/oauth2 / types & classes

Types & classes24 in github.com/SeerGlaucus/oauth2

ClassAccessConfirmationController
Controller for retrieving the model for and displaying the confirmation page for access to a protected resource. @author Ryan Heaton
authServer/src/main/java/org/springframework/security/oauth/examples/sparklr/mvc/AccessConfirmationController.java:19
ClassAccessTokenRequestConverter
@author Dave Syer
client/src/main/java/org/springframework/security/oauth/examples/tonr/converter/AccessTokenRequestConverter.java:29
ClassAdminController
Controller for resetting the token store for testing purposes. @author Dave Syer
authServer/src/main/java/org/springframework/security/oauth/examples/sparklr/mvc/AdminController.java:29
ClassFacebookController
@author Ryan Heaton @author Dave Syer
client/src/main/java/org/springframework/security/oauth/examples/tonr/mvc/FacebookController.java:18
ClassJPEGBufferedImageHttpMessageConverter
Created by liyang Email liyangs@yonyou.com Time 2017/6/16 Info:
client/src/main/java/org/springframework/security/oauth/examples/tonr/JPEGBufferedImageHttpMessageConverter.java:22
ClassNullRequestCallback
client/src/test/java/org/springframework/security/oauth/examples/tonr/ServerRunning.java:321
ClassPhotoController
@author Ryan Heaton @author Dave Syer
resourceServer/src/main/java/org/springframework/security/oauth/examples/sparklr/mvc/PhotoController.java:26
ClassPhotoInfo
Photo information. @author Ryan Heaton
resourceServer/src/main/java/org/springframework/security/oauth/examples/sparklr/PhotoInfo.java:8
InterfacePhotoService
Service for retrieving photos. @author Ryan Heaton
resourceServer/src/main/java/org/springframework/security/oauth/examples/sparklr/PhotoService.java:11
ClassPhotoServiceImpl
Basic implementation for the photo service. @author Ryan Heaton
resourceServer/src/main/java/org/springframework/security/oauth/examples/sparklr/impl/PhotoServiceImpl.java:21
ClassPhotoServiceUser
Photo service user information - added to enable user information to be available to Spring Social client @author Michael Lavelle
resourceServer/src/main/java/org/springframework/security/oauth/examples/sparklr/PhotoServiceUser.java:8
ClassPhotoServiceUserController
@author Michael Lavelle Added to provide an endpoint from which Spring Social can obtain authentication details
resourceServer/src/main/java/org/springframework/security/oauth/examples/sparklr/mvc/PhotoServiceUserController.java:18
ClassServerRunning
<p> A rule that prevents integration tests from failing if the server application is not running or not accessible. If the server is not running in th
client/src/test/java/org/springframework/security/oauth/examples/tonr/ServerRunning.java:63
ClassSparklrController
@author Ryan Heaton @author Dave Syer
client/src/main/java/org/springframework/security/oauth/examples/tonr/mvc/SparklrController.java:27
ClassSparklrException
@author Ryan Heaton
client/src/main/java/org/springframework/security/oauth/examples/tonr/SparklrException.java:6
InterfaceSparklrService
@author Ryan Heaton
client/src/main/java/org/springframework/security/oauth/examples/tonr/SparklrService.java:9
ClassSparklrServiceImpl
@author Ryan Heaton
client/src/main/java/org/springframework/security/oauth/examples/tonr/impl/SparklrServiceImpl.java:25
ClassSparklrUserApprovalHandler
@author Dave Syer
authServer/src/main/java/org/springframework/security/oauth/examples/sparklr/oauth/SparklrUserApprovalHandler.java:31
ClassTestAuthorizationCodeGrant
@author Ryan Heaton @author Dave Syer
client/src/test/java/org/springframework/security/oauth/examples/tonr/TestAuthorizationCodeGrant.java:29
ClassTestBootstrap
@author Dave Syer
client/src/test/java/org/springframework/security/oauth/examples/tonr/TestBootstrap.java:24
ClassTestClientCredentialsGrant
@author Ryan Heaton @author Dave Syer
client/src/test/java/org/springframework/security/oauth/examples/tonr/TestClientCredentialsGrant.java:21
ClassTestRefreshTokenGrant
@author Dave Syer
client/src/test/java/org/springframework/security/oauth/examples/tonr/TestRefreshTokenGrant.java:28
ClassTestResourceOwnerPasswordGrant
@author Dave Syer
client/src/test/java/org/springframework/security/oauth/examples/tonr/TestResourceOwnerPasswordGrant.java:15
ClassUriBuilder
client/src/test/java/org/springframework/security/oauth/examples/tonr/ServerRunning.java:326