Skip to content

Commit

Permalink
IVIS-46: - Add chapters to routines content.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Nov 1, 2016
1 parent 20b78fa commit e66aa0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/sdk/routines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ And as conclusion we will create simple web application which calls iVIS API. So
:titlesonly:

routines/configuration
routines/login
routines/login
routines/tokens_flow
routines/access_to_protected_resources
2 changes: 1 addition & 1 deletion docs/sdk/routines/access_to_protected_resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ To know if user login on JSP you can invoke special tag <ivis:authorized> with o
.. important::

You can use this two cases if you have permission to use method getCurrent user.
After invoking Filter or tag in session persisted user object ("loggedInUser" key to parameter).
After invoking Filter or tag with parameter role in session persisted user object ("loggedInUser" key to parameter).

0 comments on commit e66aa0c

Please sign in to comment.