30 Ocak 2018 Salı

SpringSecurity AuthorizationCodeServices Arayüzü

Giriş
Açıklaması şöyle.
Where Authorization Code is stored will depend on what implementation of AuthorizationCodeServices is used in AuthorizationTokenGranter and AuthorizationEndpoint

If JdbcAuthorizationCodeServices is used, then Authorization code will be stored in a table named oauth_code.

If InMemoryAuthorizationCodeServices is used, then Authorization code will be stored in a ConcurrentHashMap in memory.

Hiç yorum yok:

Yorum Gönder