Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Baeldung/spring-security-oauth
/ functions
Functions
1,064 in github.com/Baeldung/spring-security-oauth
⨍
Functions
1,064
◇
Types & classes
404
Method
findById
(Long id)
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/service/impl/FooServiceImpl.java:20
Method
findById
(@PathVariable final long id)
oauth-legacy/oauth-resource-server-legacy-1/src/main/java/com/baeldung/web/controller/FooController.java:26
Method
findById
(@PathVariable final long id)
oauth-legacy/oauth-resource-server-legacy-1/src/main/java/com/baeldung/web/controller/BarController.java:26
Method
findById
(long id)
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/main/java/com/baeldung/service/ThirdService.java:14
Method
findById
(@PathVariable final long id)
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/main/java/com/baeldung/web/controller/FooController.java:22
Method
findById
(@PathVariable final long id)
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/main/java/com/baeldung/web/controller/ThirdController.java:23
Method
findById
(@PathVariable final long id)
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/main/java/com/baeldung/web/controller/BarController.java:22
Method
findById
(@PathVariable final long id)
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/web/controller/FooController.java:26
Method
findById
(@PathVariable final long id)
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/web/controller/BarController.java:26
Method
findById
(Long id)
oauth-sso/sso-resource-server/src/main/java/com/baeldung/resource/service/IFooService.java:8
Method
findById
(Long id)
oauth-sso/sso-resource-server/src/main/java/com/baeldung/resource/service/impl/FooServiceImpl.java:20
Method
findById
(Long id)
oauth-rest/oauth-resource-server/src/main/java/com/baeldung/resource/service/impl/FooServiceImpl.java:20
Method
findByToken
(String token, OAuth2TokenType tokenType)
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/service/RedisOAuth2AuthorizationService.java:52
Method
findOne
(@PathVariable Long id)
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/web/controller/FooController.java:37
Method
findOne
(@PathVariable Long id)
oauth-resource-server/resource-server-opaque/src/main/java/com/baeldung/opaque/api/BarController.java:28
Method
findOne
(@PathVariable Long id)
oauth-resource-server/resource-server-jwt/src/main/java/com/baeldung/jwt/api/FooController.java:28
Method
findOne
(@PathVariable Long id)
oauth-sso/sso-resource-server/src/main/java/com/baeldung/resource/web/controller/FooController.java:34
Method
findOne
(@PathVariable Long id)
oauth-rest/oauth-resource-server/src/main/java/com/baeldung/resource/web/controller/FooController.java:34
Method
forwardedHeaderFilter
()
oauth-legacy/oauth-microservices/2x/authorization-server-2/src/main/java/com/baeldung/config/WebConfig.java:18
Method
forwardedHeaderFilter
()
oauth-legacy/oauth-microservices/1x/authorization-server-1/src/main/java/com/baeldung/config/WebConfig.java:18
Method
getAmount
()
oauth-resource-server/resource-server-jwt/src/main/java/com/baeldung/jwt/resource/Payment.java:16
Method
getArticles
()
oauth-authorization-server-with-redis/redis-resource-server/src/main/java/com/baeldung/web/ArticlesController.java:9
Method
getArticles
(@RegisteredOAuth2AuthorizedClient("articles-client-authorization-code") OAuth2AuthorizedClient authorizedClie
oauth-authorization-server-with-redis/redis-client-server/src/main/java/com/baeldung/web/ArticlesController.java:20
Method
getArticles
( @RegisteredOAuth2AuthorizedClient("articles-client-authorization-code") OAuth2AuthorizedClient authori
oauth-authorization-server/client-server/src/main/java/com/baeldung/web/ArticlesController.java:20
Method
getArticles
()
oauth-authorization-server/resource-server/src/main/java/com/baeldung/web/ArticlesController.java:9
Method
getAttributes
()
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/user/CustomUser.java:64
Method
getClaims
()
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/entity/OAuth2AuthorizationGrantAuthorization.java:122
Method
getConfigProperties
()
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/mapper/CustomProtocolMapper.java:41
Method
getConfigProperties
()
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/user/CustomUserStorageProviderFactory.java:80
Method
getContentLength
()
oauth-rest/oauth-ui-authorization-code-angular-zuul/src/main/java/com/baeldung/config/CustomHttpServletRequest.java:25
Method
getContentLengthLong
()
oauth-rest/oauth-ui-authorization-code-angular-zuul/src/main/java/com/baeldung/config/CustomHttpServletRequest.java:30
Method
getDisplayCategory
()
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/mapper/CustomProtocolMapper.java:26
Method
getDisplayType
()
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/mapper/CustomProtocolMapper.java:31
Method
getEmployee
(@RequestParam String email)
oauth-legacy/oauth-authorization-server-legacy/src/main/java/com/baeldung/config/EmployeeController.java:25
Method
getExtraInfo
(Authentication auth)
oauth-legacy/oauth-resource-server-legacy-1/src/main/java/com/baeldung/web/controller/UserController.java:16
Method
getExtraInfo
(OAuth2Authentication auth)
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/main/java/com/baeldung/web/controller/UserController.java:22
Method
getExtraInfo
(OAuth2Authentication auth)
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/web/controller/UserController.java:21
Method
getFoo
()
oauth-jwt/oauth-ui-authorization-code-angular-jwt/src/main/resources/src/app/foo.component.ts:27
Method
getFoo
()
oauth-legacy/oauth-ui-authorization-code-angular-legacy/src/main/resources/src/app/foo.component.ts:27
Method
getFoo
()
oauth-legacy/oauth-ui-password-angular-legacy/src/main/resources/src/app/foo.component.ts:27
Method
getFoo
()
oauth-legacy/oauth-ui-implicit-angular-legacy/src/main/resources/src/app/foo.component.ts:27
Method
getFoo
()
oauth-rest/oauth-ui-authorization-code-angular/src/main/resources/src/app/foo.component.ts:27
Method
getFoo
()
oauth-rest/oauth-ui-authorization-code-angular-zuul/src/main/resources/src/app/foo.component.ts:27
Method
getFoos
(Model model)
oauth-sso/sso-client-app-1/src/main/java/com/baeldung/client/web/controller/FooClientController.java:24
Method
getFoos
(Model model)
oauth-sso/sso-client-app-2/src/main/java/com/baeldung/client/web/controller/FooClientController.java:24
Method
getFoos
(@RegisteredOAuth2AuthorizedClient("custom") OAuth2AuthorizedClient authorizedClient, Model model)
oauth-rest/oauth-client-spring/src/main/java/com/baeldung/client/web/controller/FooClientController.java:30
Method
getHelpText
()
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/mapper/CustomProtocolMapper.java:36
Method
getId
()
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/entity/OAuth2RegisteredClient.java:53
Method
getId
()
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/entity/OAuth2AuthorizationGrantAuthorization.java:34
Method
getId
()
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/persistence/model/Foo.java:24
Method
getId
()
oauth-resource-server/resource-server-opaque/src/main/java/com/baeldung/opaque/resource/Bar.java:18
Method
getId
()
oauth-resource-server/resource-server-jwt/src/main/java/com/baeldung/jwt/resource/Payment.java:8
Method
getId
()
oauth-resource-server/resource-server-jwt/src/main/java/com/baeldung/jwt/resource/Foo.java:18
Method
getId
()
oauth-jws-jwk-legacy/oauth-resource-server-jws-jwk-legacy/src/main/java/com/baeldung/web/dto/Foo.java:20
Method
getId
()
oauth-legacy/oauth-resource-server-legacy-1/src/main/java/com/baeldung/web/dto/Bar.java:20
Method
getId
()
oauth-legacy/oauth-resource-server-legacy-1/src/main/java/com/baeldung/web/dto/Foo.java:20
Method
getId
()
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/web/dto/Bar.java:20
Method
getId
()
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/web/dto/Foo.java:20
Method
getId
()
clients-SPA-legacy/oauth-resource-server-auth0-legacy/src/main/java/com/baeldung/resourceserverauth0/model/Color.java:27
Method
getId
()
oauth-sso/sso-resource-server/src/main/java/com/baeldung/resource/persistence/model/Foo.java:24
Method
getId
()
oauth-sso/sso-client-app-1/src/main/java/com/baeldung/client/web/model/FooModel.java:16
Method
getId
()
oauth-sso/sso-client-app-2/src/main/java/com/baeldung/client/web/model/FooModel.java:16
Method
getId
()
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/mapper/CustomProtocolMapper.java:46
Method
getId
()
oauth-rest/oauth-resource-server/src/main/java/com/baeldung/resource/persistence/model/Foo.java:24
Method
getId
()
oauth-rest/oauth-client-spring/src/main/java/com/baeldung/client/web/model/FooModel.java:16
Method
getLocalAddr
()
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakRequestFilter.java:47
Method
getLocalAddr
()
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakRequestFilter.java:47
Method
getLocalAddr
()
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:47
Method
getLocalAddr
()
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:47
Method
getLocalPort
()
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakRequestFilter.java:52
Method
getLocalPort
()
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakRequestFilter.java:52
Method
getLocalPort
()
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:52
Method
getLocalPort
()
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:52
Method
getName
()
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/persistence/model/Foo.java:32
Method
getName
()
oauth-resource-server/resource-server-opaque/src/main/java/com/baeldung/opaque/resource/Bar.java:26
Method
getName
()
oauth-jws-jwk-legacy/oauth-resource-server-jws-jwk-legacy/src/main/java/com/baeldung/web/dto/Foo.java:28
Method
getName
()
oauth-legacy/oauth-resource-server-legacy-1/src/main/java/com/baeldung/web/dto/Foo.java:28
Method
getName
()
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/web/dto/Bar.java:28
Method
getName
()
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/web/dto/Foo.java:28
Method
getName
()
oauth-sso/sso-resource-server/src/main/java/com/baeldung/resource/persistence/model/Foo.java:32
Method
getName
()
oauth-sso/sso-client-app-1/src/main/java/com/baeldung/client/web/model/FooModel.java:24
Method
getName
()
oauth-sso/sso-client-app-2/src/main/java/com/baeldung/client/web/model/FooModel.java:24
Method
getName
()
oauth-rest/oauth-resource-server/src/main/java/com/baeldung/resource/persistence/model/Foo.java:32
Method
getName
()
oauth-rest/oauth-client-spring/src/main/java/com/baeldung/client/web/model/FooModel.java:24
Method
getNameParser
(String name)
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakConfig.java:74
Method
getNameParser
(String name)
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakConfig.java:74
Method
getNameParser
(String name)
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakConfig.java:74
Method
getNameParser
(String name)
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakConfig.java:77
Function
getParameterByName
(name, url)
clients-SPA-legacy/clients-js-only-react-legacy/src/main/resources/static/common/js/common_functions.js:27
Method
getParameterMap
()
oauth-legacy/oauth-ui-password-angularjs-legacy/src/main/java/com/baeldung/config/CustomHttpServletRequest.java:19
Method
getPayments
()
oauth-resource-server/resource-server-jwt/src/main/java/com/baeldung/jwt/api/PaymentController.java:13
Method
getPrincipal
()
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/entity/OAuth2AuthorizationCodeGrantAuthorization.java:29
Method
getPrincipalName
()
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/entity/OAuth2AuthorizationGrantAuthorization.java:42
Method
getRegisteredClientId
()
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/entity/OAuth2AuthorizationGrantAuthorization.java:38
Method
getRemoteAddr
()
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakRequestFilter.java:32
Method
getRemoteAddr
()
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakRequestFilter.java:32
Method
getRemoteAddr
()
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:32
Method
getRemoteAddr
()
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:32
Method
getRemoteHost
()
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakRequestFilter.java:37
Method
getRemoteHost
()
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakRequestFilter.java:37
← previous
next →
601–700 of 1,064, ranked by callers