MCPcopy Create free account

hub / github.com/Baeldung/spring-security-oauth / functions

Functions1,064 in github.com/Baeldung/spring-security-oauth

MethodgetRemoteHost
()
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:37
MethodgetRemoteHost
()
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:37
MethodgetRemotePort
()
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakRequestFilter.java:42
MethodgetRemotePort
()
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakRequestFilter.java:42
MethodgetRemotePort
()
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:42
MethodgetRemotePort
()
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakRequestFilter.java:42
MethodgetScopes
()
oauth-authorization-server-with-redis/redis-authorization-server/src/main/java/com/baeldung/entity/OAuth2AuthorizationGrantAuthorization.java:114
MethodgetScriptEngineClassLoader
(Scope scriptProviderConfig)
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/SimplePlatformProvider.java:50
MethodgetScriptEngineClassLoader
(Scope scriptProviderConfig)
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/SimplePlatformProvider.java:50
MethodgetScriptEngineClassLoader
(Scope scriptProviderConfig)
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/SimplePlatformProvider.java:50
MethodgetScriptEngineClassLoader
(Scope scriptProviderConfig)
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/SimplePlatformProvider.java:50
MethodgetTmpDirectory
()
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/SimplePlatformProvider.java:45
MethodgetTmpDirectory
()
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/SimplePlatformProvider.java:45
MethodgetTmpDirectory
()
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/SimplePlatformProvider.java:45
MethodgetTmpDirectory
()
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/SimplePlatformProvider.java:45
MethodgetTokens
()
oauth-legacy/oauth-authorization-server-legacy/src/main/java/com/baeldung/controller/TokenController.java:37
MethodgetUserByEmail
(RealmModel realm, String email)
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/user/CustomUserStorageProvider.java:79
MethodgetUserById
(RealmModel realm, String id)
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/user/CustomUserStorageProvider.java:52
MethodgetUserInfo
(@AuthenticationPrincipal Jwt principal)
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/web/controller/CustomUserAttrController.java:14
MethodgetUserInfo
(@AuthenticationPrincipal Jwt principal)
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/web/controller/UserInfoController.java:16
MethodgetUserInfo
(@AuthenticationPrincipal Jwt principal)
oauth-sso/sso-resource-server/src/main/java/com/baeldung/resource/web/controller/UserInfoController.java:14
MethodgetUserInfo
(@AuthenticationPrincipal Jwt principal)
oauth-rest/oauth-resource-server/src/main/java/com/baeldung/resource/web/controller/UserInfoController.java:14
MethodgetUsersCount
(RealmModel realm)
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/user/CustomUserStorageProvider.java:142
MethodgivenAccessTokenWithProfileScope_whenGetUserProfile_thenUsernameIsMatched
()
oauth-jwt/jwt-auth-server/src/test/java/com/baeldung/jwt/AuthorizationServerLiveTest.java:75
MethodgivenAccessToken_whenConsumingFoos_thenOK
()
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/test/java/com/baeldung/test/ResourceServerRestLiveTest.java:18
MethodgivenAccessToken_whenGetUserResource_thenSuccess
()
oauth-jws-jwk-legacy/oauth-resource-server-jws-jwk-legacy/src/test/java/com/baeldung/web/FooControllerLiveTest.java:39
MethodgivenAccessToken_whenIntrospect_thenTokenIsActive
()
oauth-jwt/jwt-auth-server/src/test/java/com/baeldung/jwt/AuthorizationServerLiveTest.java:87
MethodgivenAdmin_whenUseBarClient_thenOkForBarResourceReadWrite
()
oauth-legacy/oauth-resource-server-legacy-1/src/test/java/com/baeldung/live/PasswordFlowLiveTest.java:51
MethodgivenAuthServerAndResourceServer_whenPerformClientLoginProcess_thenProcessExecutesOk
()
oauth-rest/oauth-client-spring/src/test/java/com/baeldung/client/Oauth2ClientIntegrationTest.java:104
MethodgivenAuthorizationCodeGrant_whenLoginUsingOauth_thenSuccess
()
oauth-rest/oauth-client-spring/src/test/java/com/baeldung/client/Oauth2ClientLiveTest.java:30
MethodgivenAuthorizationCodeGrant_whenObtainAccessToken_thenSuccess
()
oauth-jwt/jwt-auth-server/src/test/java/com/baeldung/jwt/AuthorizationServerLiveTest.java:30
MethodgivenAuthorizationCodeGrant_whenObtainAccessToken_thenSuccess
()
oauth-resource-server/authorization-server/src/test/java/com/baeldung/jwt/AuthorizationServerLiveTest.java:17
MethodgivenContextWithKeyStore_whenRequestJWKSetEndpoint_thenRetrieveJWKSetWithConfiguredKey
()
oauth-jws-jwk-legacy/oauth-authorization-server-jws-jwk-legacy/src/test/java/com/baeldung/web/JwkSetRestControllerIntegrationTest.java:24
MethodgivenInvalidRole_whenGetSecureRequest_thenForbidden
()
oauth-legacy/oauth-microservices/2x/authorization-server-2/src/test/java/com/baeldung/test/OAuthMvcTest.java:86
MethodgivenInvalidRole_whenGetSecureRequest_thenForbidden
()
oauth-legacy/oauth-authorization-server-legacy/src/test/java/com/baeldung/test/OAuthMvcTest.java:85
MethodgivenNoToken_whenGetSecureRequest_thenUnauthorized
()
oauth-legacy/oauth-microservices/2x/authorization-server-2/src/test/java/com/baeldung/test/OAuthMvcTest.java:81
MethodgivenNoToken_whenGetSecureRequest_thenUnauthorized
()
oauth-legacy/oauth-authorization-server-legacy/src/test/java/com/baeldung/test/OAuthMvcTest.java:80
MethodgivenPasswordGrant_whenObtainAccessToken_thenSuccess
()
oauth-jwt/jwt-auth-server/src/test/java/com/baeldung/jwt/AuthorizationServerLiveTest.java:58
MethodgivenRefreshTokenGrantAndValidRefreshToken_whenObtainAccess_thenSuccess
()
oauth-jwt/jwt-auth-server/src/test/java/com/baeldung/jwt/AuthorizationServerLiveTest.java:37
MethodgivenToken_whenPostGetSecureRequest_thenOk
()
oauth-legacy/oauth-microservices/2x/authorization-server-2/src/test/java/com/baeldung/test/OAuthMvcTest.java:93
MethodgivenToken_whenPostGetSecureRequest_thenOk
()
oauth-legacy/oauth-authorization-server-legacy/src/test/java/com/baeldung/test/OAuthMvcTest.java:92
MethodgivenUserWithAdminAccess_whenConsumingAdminOperation_thenOK
()
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/test/java/com/baeldung/test/ResourceServerRestLiveTest.java:34
MethodgivenUserWithNoAdminAccess_whenConsumingAdminOperation_thenForbidden
()
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/test/java/com/baeldung/test/ResourceServerRestLiveTest.java:26
MethodgivenUserWithNoAdminAccess_whenConsumingThirdOperation_thenForbidden
()
oauth-legacy/oauth-microservices/2x/resource-server-rest-2/src/test/java/com/baeldung/test/ResourceServer2LiveTest.java:18
MethodgivenUserWithOtherScope_whenGetProjectResource_thenForbidden
()
oauth-jwt/jwt-resource-server/src/test/java/com/baeldung/jwt/ResourceServerLiveTest.java:47
MethodgivenUserWithReadScope_whenGetBarResource_thenSuccess
()
oauth-resource-server/resource-server-opaque/src/test/java/com/baeldung/opaque/OpaqueResourceServerLiveTest.java:34
MethodgivenUserWithReadScope_whenGetFooResource_thenSuccess
()
oauth-resource-server/resource-server-jwt/src/test/java/com/baeldung/jwt/JWTResourceServerLiveTest.java:34
MethodgivenUserWithReadScope_whenGetProjectResource_thenSuccess
()
oauth-jwt/jwt-resource-server/src/test/java/com/baeldung/jwt/ResourceServerLiveTest.java:33
MethodgivenUserWithReadScope_whenGetUserInformationResource_thenSuccess
()
oauth-jwt/jwt-resource-server/src/test/java/com/baeldung/jwt/CustomClaimLiveTest.java:27
MethodgivenUserWithReadScope_whenGetUserInformationResource_thenSuccess
()
oauth-jwt/jwt-resource-server/src/test/java/com/baeldung/jwt/ResourceServerLiveTest.java:60
MethodgivenUserWithReadScope_whenPostNewBarResource_thenForbidden
()
oauth-resource-server/resource-server-opaque/src/test/java/com/baeldung/opaque/OpaqueResourceServerLiveTest.java:47
MethodgivenUserWithReadScope_whenPostNewFooResource_thenForbidden
()
oauth-resource-server/resource-server-jwt/src/test/java/com/baeldung/jwt/JWTResourceServerLiveTest.java:46
MethodgivenUserWithReadScope_whenPostNewProjectResource_thenForbidden
()
oauth-jwt/jwt-resource-server/src/test/java/com/baeldung/jwt/ResourceServerLiveTest.java:75
MethodgivenUserWithWriteScope_whenPostNewBarResource_thenCreated
()
oauth-resource-server/resource-server-opaque/src/test/java/com/baeldung/opaque/OpaqueResourceServerLiveTest.java:59
MethodgivenUserWithWriteScope_whenPostNewFooResource_thenCreated
()
oauth-resource-server/resource-server-jwt/src/test/java/com/baeldung/jwt/JWTResourceServerLiveTest.java:58
MethodgivenUserWithWriteScope_whenPostNewProjectResource_thenCreated
()
oauth-jwt/jwt-resource-server/src/test/java/com/baeldung/jwt/ResourceServerLiveTest.java:89
MethodgivenUser_whenUseBarClient_thenOkForBarResourceReadOnly
()
oauth-legacy/oauth-resource-server-legacy-1/src/test/java/com/baeldung/live/PasswordFlowLiveTest.java:32
MethodgivenUser_whenUseFooClient_thenOkForFooResourceOnly
()
oauth-legacy/oauth-resource-server-legacy-1/src/test/java/com/baeldung/live/ImplicitFlowLiveTest.java:22
MethodgivenUser_whenUseFooClient_thenOkForFooResourceOnly
()
oauth-legacy/oauth-resource-server-legacy-1/src/test/java/com/baeldung/live/PasswordFlowLiveTest.java:18
MethodgivenUser_whenUseFooClient_thenOkForFooResourceOnly
()
oauth-legacy/oauth-resource-server-legacy-1/src/test/java/com/baeldung/live/AuthorizationCodeLiveTest.java:22
MethodgivenUser_whenUseFooClient_thenOkForFooResourceOnly
()
oauth-sso/sso-resource-server/src/test/java/com/baeldung/resource/AuthorizationCodeLiveTest.java:25
MethodgivenUser_whenUseFooClient_thenOkForFooResourceOnly
()
oauth-rest/oauth-resource-server/src/test/java/com/baeldung/resource/ImplicitFlowLiveTest.java:27
MethodgivenUser_whenUseFooClient_thenOkForFooResourceOnly
()
oauth-rest/oauth-resource-server/src/test/java/com/baeldung/resource/PasswordFlowLiveTest.java:25
MethodgivenUser_whenUseFooClient_thenOkForFooResourceOnly
()
oauth-rest/oauth-resource-server/src/test/java/com/baeldung/resource/AuthorizationCodeLiveTest.java:25
MethodglobalUserDetails
(final AuthenticationManagerBuilder auth)
oauth-legacy/oauth-microservices/2x/authorization-server-2/src/main/java/com/baeldung/config/WebSecurityConfig.java:28
MethodglobalUserDetails
(final AuthenticationManagerBuilder auth)
oauth-legacy/oauth-microservices/1x/authorization-server-1/src/main/java/com/baeldung/config/WebSecurityConfig.java:25
MethodglobalUserDetails
(final AuthenticationManagerBuilder auth)
oauth-legacy/oauth-authorization-server-legacy/src/main/java/com/baeldung/config/WebSecurityConfig.java:17
MethodhashCode
()
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/persistence/model/Foo.java:40
MethodhashCode
()
oauth-sso/sso-resource-server/src/main/java/com/baeldung/resource/persistence/model/Foo.java:40
MethodhashCode
()
oauth-sso/sso-client-app-1/src/main/java/com/baeldung/client/web/model/FooModel.java:32
MethodhashCode
()
oauth-sso/sso-client-app-2/src/main/java/com/baeldung/client/web/model/FooModel.java:32
MethodhashCode
()
oauth-rest/oauth-resource-server/src/main/java/com/baeldung/resource/persistence/model/Foo.java:40
MethodhashCode
()
oauth-rest/oauth-client-spring/src/main/java/com/baeldung/client/web/model/FooModel.java:32
MethodhelloSecret
(Principal principal)
oauth-legacy/oauth-microservices/2x/resource-server-mvc-2/src/main/java/com/baeldung/web/HelloController.java:21
MethodhelloSecret
(Principal principal)
oauth-legacy/oauth-microservices/1x/resource-server-mvc-no-oauth-1/src/main/java/com/baeldung/web/HelloController.java:21
MethodhelloSecret
(Principal principal)
oauth-legacy/oauth-microservices/1x/resource-server-mvc-1/src/main/java/com/baeldung/web/HelloController.java:21
MethodhelloWorld
(Principal principal)
oauth-legacy/oauth-microservices/2x/resource-server-mvc-2/src/main/java/com/baeldung/web/HelloController.java:15
MethodhelloWorld
(Principal principal)
oauth-legacy/oauth-microservices/1x/resource-server-mvc-no-oauth-1/src/main/java/com/baeldung/web/HelloController.java:15
MethodhelloWorld
(Principal principal)
oauth-legacy/oauth-microservices/1x/resource-server-mvc-1/src/main/java/com/baeldung/web/HelloController.java:15
Methodhome
()
oauth-rest/oauth2-social-login/src/main/java/com/baeldung/springsociallogin/controller/HomeController.java:9
Methodinit
(FilterConfig config)
oauth-legacy/oauth-resource-server-legacy-2/src/main/java/com/baeldung/config/CorsFilter.java:41
Methodinit
(FilterConfig config)
oauth-legacy/oauth-authorization-server-legacy/src/main/java/com/baeldung/config/CorsFilter.java:41
MethodisConfiguredFor
(RealmModel realm, UserModel user, String credentialType)
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/user/CustomUserStorageProvider.java:105
MethodisValid
(RealmModel realm, UserModel user, CredentialInput credentialInput)
oauth-rest/keycloak-custom-providers/src/main/java/com/baeldung/auth/provider/user/CustomUserStorageProvider.java:113
MethodjwkSet
()
oauth-jws-jwk-legacy/oauth-authorization-server-jws-jwk-legacy/src/main/java/com/baeldung/config/JwkAuthorizationServerConfiguration.java:49
MethodjwtDecoder
(OAuth2ResourceServerProperties properties)
oauth-jwt/jwt-resource-server/src/main/java/com/baeldung/jwt/spring/SecurityConfig.java:31
MethodkeycloakJaxRsApplication
(KeycloakServerProperties keycloakServerProperties, DataSource dataSource)
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakConfig.java:26
MethodkeycloakJaxRsApplication
(KeycloakServerProperties keycloakServerProperties, DataSource dataSource)
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakConfig.java:26
MethodkeycloakJaxRsApplication
(KeycloakServerProperties keycloakServerProperties, DataSource dataSource)
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakConfig.java:26
MethodkeycloakJaxRsApplication
( KeycloakServerProperties keycloakServerProperties, DataSource dataSource)
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakConfig.java:26
MethodkeycloakSessionManagement
(KeycloakServerProperties keycloakServerProperties)
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakConfig.java:43
MethodkeycloakSessionManagement
(KeycloakServerProperties keycloakServerProperties)
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakConfig.java:43
MethodkeycloakSessionManagement
(KeycloakServerProperties keycloakServerProperties)
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakConfig.java:43
MethodkeycloakSessionManagement
(KeycloakServerProperties keycloakServerProperties)
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakConfig.java:46
Methodkeys
()
oauth-jws-jwk-legacy/oauth-authorization-server-jws-jwk-legacy/src/main/java/com/baeldung/web/JwkSetRestController.java:17
MethodloadConfig
()
oauth-jwt/jwt-auth-server/src/main/java/com/baeldung/jwt/config/EmbeddedKeycloakApplication.java:27
MethodloadConfig
()
oauth-resource-server/authorization-server/src/main/java/com/baeldung/authserver/config/EmbeddedKeycloakApplication.java:27
MethodloadConfig
()
oauth-sso/sso-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakApplication.java:27
MethodloadConfig
()
oauth-rest/oauth-authorization-server/src/main/java/com/baeldung/auth/config/EmbeddedKeycloakApplication.java:27
Methodlogin
()
oauth-jwt/oauth-ui-authorization-code-angular-jwt/src/main/resources/src/app/home.component.ts:32
← previousnext →701–800 of 1,064, ranked by callers