Skip to content

Commit

Permalink
remove FedoraWebACUserSecurityContext class
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Sep 4, 2015
1 parent bb95cfe commit 8ceb3e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 141 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 8ceb3e3

Please sign in to comment.