Skip to content

Commit

Permalink
Removed managing of Groups. Fixes JCERTIFLab#2 .
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoAter committed Mar 24, 2015
1 parent 94ae066 commit 414c5ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
64 changes: 0 additions & 64 deletions src/main/java/com/jcertif/pic/sonar/oauth/OAuthGroupsProvider.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ public ExternalUsersProvider getUsersProvider() {
return new OAuthUsersProvider();
}

@Override
public ExternalGroupsProvider getGroupsProvider() {
return new OAuthGroupsProvider(settings);
}

@Override
public String getName() {
return NAME;
Expand Down

1 comment on commit 414c5ae

@andrus7k
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome

Please sign in to comment.