コード例 #1
0
 /** {@inheritDoc} */
 public boolean isAllowed(String user, String function, Collection azGroups) {
   return m_storage.isAllowed(user, function, azGroups);
 }
コード例 #2
0
 /** {@inheritDoc} */
 public boolean isAllowed(String user, String function, String azGroupId) {
   return m_storage.isAllowed(user, function, azGroupId);
 }