Toggle navigation
Home
org.apache.hadoop.hbase.security.access.AuthManager.PermissionCache to java.util.Map
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'hbase'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
authorize(globalCache.getUser(user.getShortName()),action)
to
authorizeGlobal(globalCache.get(user.getShortName()),action)
authorize(globalCache.getGroup(group),action)
to
authorizeGlobal(globalCache.get(AuthUtil.toGroupEntry(group)),action)