Skip to content

Commit

Permalink
Merge pull request #14 from himanshu1587/master
Browse files Browse the repository at this point in the history
WF-1600: Added case sensitive method to DummySecurityProvider class
  • Loading branch information
Himanshu Mishra committed Feb 14, 2013
2 parents 7dcb8f2 + 01e4f9a commit 67f4a5c
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -51,4 +51,10 @@ public Set<String> getAttributes(String forObject) throws RBACException {
return null;
}

@Override
public boolean isCaseSensitive() {
// TODO Auto-generated method stub
return false;
}

}

0 comments on commit 67f4a5c

Please sign in to comment.