Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FrontierPsychiatrist/spring-oauth-example
/ functions
Functions
102 in github.com/FrontierPsychiatrist/spring-oauth-example
⨍
Functions
102
◇
Types & classes
18
↓ 4 callers
Method
oauthDataSource
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:29
↓ 3 callers
Method
tokenStore
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:45
↓ 2 callers
Method
approvalStore
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:50
↓ 2 callers
Method
authorizationCodeServices
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:55
↓ 2 callers
Method
getName
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:48
↓ 2 callers
Method
setValue
(Object value)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:20
↓ 1 callers
Method
clientDetailsService
We expose the JdbcClientDetailsService because it has extra methods that the Interface does not have. E.g. {@link org.springframework.security.oauth2.
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:40
↓ 1 callers
Method
findByMessageLike
(String message)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/TodoRepository.java:12
↓ 1 callers
Method
findByName
(String name)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/CredentialsRepository.java:10
↓ 1 callers
Method
getAuthorities
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:64
↓ 1 callers
Method
getAuthority
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Authority.java:30
↓ 1 callers
Method
getPassword
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:56
↓ 1 callers
Method
isEnabled
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:72
↓ 1 callers
Method
loginPage
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/IndexController.java:57
↓ 1 callers
Method
oauthDataSource
()
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:24
Method
ClientController
(JdbcClientDetailsService clientDetailsService)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/ClientController.java:27
Method
IndexController
(JdbcClientDetailsService clientDetailsService, ApprovalStore approvalStore, TokenStore tokenStore)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/IndexController.java:31
Method
JdbcUserDetailsService
(CredentialsRepository credentialsRepository)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/JdbcUserDetailsService.java:15
Method
SQLiteDialect
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:17
Method
SplitCollectionEditor
(Class<? extends Collection> collectionType, String splitRegex)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/SplitCollectionEditor.java:18
Method
TodoController
(TodoRepository todoRepository)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/TodoController.java:16
Method
addPropertyChangeListener
(PropertyChangeListener listener)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:72
Method
bindLimitParametersInReverseOrder
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:104
Method
configure
(ResourceServerSecurityConfigurer resources)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:30
Method
configure
(WebSecurity web)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/SecurityConfiguration.java:26
Method
configure
(ClientDetailsServiceConfigurer clients)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OAuthConfiguration.java:60
Method
convert
(String source)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/ConvertersConfiguration.java:28
Method
corsFilter
This special filter is needed so unauthorized request that are rejected by Spring security still have CORS headers. For some reason he {@code bean.set
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/ResourceServerMain.java:30
Method
dropConstraints
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:152
Method
editClient
Create/update a client from the form. @param clientDetails The model to create/update. @param newClient Indicates if this is a new client. If null it'
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/ClientController.java:65
Method
findByMessageLike
(@RequestParam("message") String message)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/TodoController.java:30
Method
getAddForeignKeyConstraintString
(String constraintName, String[] foreignKey, String referen
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:172
Method
getAddPrimaryKeyConstraintString
(String constraintName)
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:179
Method
getAsText
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:45
Method
getCurrentTimestampSelectString
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:124
Method
getCustomEditor
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:62
Method
getDoneTime
()
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:60
Method
getDropForeignKeyString
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:167
Method
getForUpdateString
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:157
Method
getId
()
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:28
Method
getId
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:32
Method
getId
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Authority.java:22
Method
getIdentityColumnString
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:88
Method
getIdentitySelectString
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:94
Method
getJavaInitializationString
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:40
Method
getLimitString
(String query, boolean hasOffset)
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:109
Method
getMessage
()
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:44
Method
getSelectGUIDString
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:194
Method
getTags
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:57
Method
getValue
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:25
Method
getVersion
()
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:36
Method
getVersion
()
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:40
Method
hasAlterTable
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:147
Method
hasDataTypeInIdentityColumn
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:83
Method
initBinder
(WebDataBinder binder)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/ClientController.java:31
Method
isCurrentTimestampSelectStringCallable
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:119
Method
isDone
()
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:52
Method
isPaintable
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:30
Method
loadUserByUsername
(String username)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/JdbcUserDetailsService.java:19
Method
main
(String[] args)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/ResourceServerMain.java:56
Method
main
(String[] args)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OauthServerMain.java:29
Method
mainDataSource
Main data source containing the credentials. In this is example this is the DB from the resource server.
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/ResourceServerMain.java:49
Method
mainDataSource
Main data source containing the credentials. In this is example this is the DB from the resource server.
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/OauthServerMain.java:22
Method
oneTodo
(@PathVariable("id") Long id)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/TodoController.java:25
Method
paintValue
(Graphics gfx, Rectangle box)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:35
Method
removePropertyChangeListener
(PropertyChangeListener listener)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:77
Method
resolveBothSpaceTrimFromFunction
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:52
Method
resolveBothSpaceTrimFunction
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:48
Method
resolveBothTrimFunction
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:64
Method
resolveLeadingSpaceTrimFunction
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:56
Method
resolveLeadingTrimFunction
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:68
Method
resolveTrailingSpaceTrimFunction
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:60
Method
resolveTrailingTrimFunction
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:72
Method
revokeApproval
(@ModelAttribute Approval approval)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/IndexController.java:48
Method
root
(Map<String, Object> model, Principal principal)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/IndexController.java:37
Method
setAsText
(String text)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:50
Method
setAsText
(String text)
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/SplitCollectionEditor.java:24
Method
setAuthorities
(List<Authority> authorities)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:68
Method
setAuthority
(String authority)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Authority.java:35
Method
setDone
(boolean done)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:56
Method
setDoneTime
(Date doneTime)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:64
Method
setEnabled
(boolean enabled)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:76
Method
setId
(Long id)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:32
Method
setId
(Long id)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:36
Method
setId
(Long id)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Authority.java:26
Method
setMessage
(String message)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:48
Method
setName
(String name)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:52
Method
setPassword
(String password)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:60
Method
setVersion
(Integer version)
resource-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Todo.java:40
Method
setVersion
(Integer version)
oauth-common/src/main/java/de/frontierpsychiatrist/example/oauth/domain/Credentials.java:44
Method
showEditOrAddForm
Display an edit/create form for a client. @param clientId The id of the client to display. If null a create form will be displayed. @param model The S
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/domain/ClientController.java:46
Method
stringDateConverter
Converter for the format yyyy-MM-dd HH:mm:ss Currently needed for the approval revoke form that needs to bind the expiresAt and lastUpdatedAt dates o
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/ConvertersConfiguration.java:23
Method
supportsCurrentTimestampSelection
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:114
Method
supportsCustomEditor
()
oauth-server/src/main/java/de/frontierpsychiatrist/example/oauth/editors/AuthorityPropertyEditor.java:67
Method
supportsIdentityColumns
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:78
Method
supportsIfExistsBeforeTableName
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:184
Method
supportsLimit
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:99
Method
supportsOuterJoinForUpdate
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:162
Method
supportsTupleDistinctCounts
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:189
Method
supportsUnionAll
()
oauth-common/src/main/java/org/hibernate/dialect/SQLiteDialect.java:142
next →
1–100 of 102, ranked by callers