[
https://issues.apache.org/jira/browse/HBASE-13755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14557397#comment-14557397
]
Anoop Sam John commented on HBASE-13755:
----------------------------------------
This is what new class I thought
{code}
class Authentication** { // Not getting a name
//singleton instance
private List<String> superUsers, superGroups;
public static initialize(Configuration){
// initialize super user/group lists here
}
public static getInstance() {
// throw RTE when called before initialize
}
public boolean isSuperUser(User){
}
//Group related utils.
public static isGroup()
public static getGroupName()
}
{code}
> Provide single super user check implementation
> ----------------------------------------------
>
> Key: HBASE-13755
> URL: https://issues.apache.org/jira/browse/HBASE-13755
> Project: HBase
> Issue Type: Improvement
> Reporter: Anoop Sam John
>
> Followup for HBASE-13375.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)