MCPcopy Create free account

hub / github.com/FrontierPsychiatrist/spring-oauth-example / types & classes

Types & classes18 in github.com/FrontierPsychiatrist/spring-oauth-example

ClassAuthority
@author Moritz Schulze
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Authority.java:13
ClassAuthorityPropertyEditor
Used to bind Strings to a {@link org.springframework.security.core.GrantedAuthority} when adding/editing a client. <p> Only implements {@link #getAsTe
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:17
ClassClientController
@author Moritz Schulze
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/ClientController.java:21
ClassConvertersConfiguration
@author Moritz Schulze
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/ConvertersConfiguration.java:14
ClassCredentials
@author Moritz Schulze
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:11
InterfaceCredentialsRepository
@author Moritz Schulze
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/CredentialsRepository.java:8
ClassIndexController
@author Moritz Schulze
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/IndexController.java:24
ClassJdbcUserDetailsService
@author Moritz Schulze
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/JdbcUserDetailsService.java:11
ClassOAuthConfiguration
@author Moritz Schulze
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:20
ClassOAuthConfiguration
@author Moritz Schulze
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:25
ClassOauthServerMain
@author Moritz Schulze
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OauthServerMain.java:15
ClassResourceServerMain
@author Moritz Schulze
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/ResourceServerMain.java:20
ClassSQLiteDialect
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:16
ClassSecurityConfiguration
@author Moritz Schulze
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/SecurityConfiguration.java:17
ClassSplitCollectionEditor
Creates collections from a string. If the string is empty or null, return an empty collection. Otherwise split by the given splitRegex and use the arr
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/SplitCollectionEditor.java:13
ClassTodo
@author Moritz Schulze
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:11
ClassTodoController
@author Moritz Schulze
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/TodoController.java:10
InterfaceTodoRepository
@author Moritz Schulze
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/TodoRepository.java:10