Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove FedoraWebACUserSecurityContext class
  • Loading branch information
acoburn authored and Andrew Woods committed Sep 4, 2015
1 parent 47528ac commit e4159bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 142 deletions.

This file was deleted.

Expand Up @@ -22,7 +22,6 @@

import javax.jcr.Session;

//import org.fcrepo.auth.common.FedoraUserSecurityContext;
import org.fcrepo.auth.roles.common.AbstractRolesAuthorizationDelegate;

import org.slf4j.Logger;
Expand Down Expand Up @@ -78,9 +77,4 @@ public Principal getEveryonePrincipal() {
return EVERYONE;
}

//@Override
//public FedoraUserSecurityContext getFedoraUserSecurityContext(final Principal userPrincipal) {
//return new FedoraWebACUserSecurityContext(userPrincipal, this);
//}

}

This file was deleted.

0 comments on commit e4159bb

Please sign in to comment.