Skip to content

Commit

Permalink
fixed security part doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Jun 24, 2016
1 parent 42ab0db commit 2e77ea5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/basic_concepts/security_part.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ It class mapped on tables
* dbo_oauth_client_redirect_uris
* dbo_oauth_client_resources
* dbo_oauth_client_roles_cross
* dbo_oauth_client_scope

:download:`Tables diagram <../images/clientTables.png>`

**Service** layer represent interface is
`IvisClientDetailsService
Expand All @@ -63,12 +64,16 @@ class for persist access token.

It class mapped on table *oauth_access_token*

.. image:: /images/oauth_access_tokenDiagram.png

`RefreshToken
<https://github.com/imCodePartnerAB/iVIS/blob/fe37e74bf8af36c3908ffea80e65d6f7313c24be/ivis-core/src/main/java/com/imcode/entities/oauth2/RefreshToken.java>`_
class for persist refresh token.

It class mapped on table *oauth_refresh_token*

.. image:: /images/oauth_refresh_tokenDiagram.png

**Service and controller** represented by
`JdbcTokenStore
<http://docs.spring.io/spring-security/oauth/apidocs/org/springframework/security/oauth2/provider/token/store/JdbcTokenStore.html>`_
Expand Down
Binary file added docs/images/clientTables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/oauth_access_tokenDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/oauth_refresh_tokenDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e77ea5

Please sign in to comment.