GitHub user jithinchandranj opened a pull request:
https://github.com/apache/zeppelin/pull/2704
ZEPPELIN-3061: Updated the SecurityUtils to add Shiro's custom realm
functionality
security functionality for CAS implementation.
### What is this PR for?
Updated the security functionality to retrieve roles for a logged in user,
when the security is implemented using Shiro's custom realm implementation.
### What type of PR is it?
Improvement
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3061
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jithinchandranj/zeppelin ZEPPELIN-3061
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2704.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2704
----
commit e25fe1076e67d1abb5ae09c01cf78082f511748a
Author: Jithin Chandran J <[email protected]>
Date: 2017-12-15T06:04:23Z
ZEPPELIN-3061: Updated the SecurityUtils to add Shiro's custom realm
security functionality for CAS implementation.
----
---