Skip to content

Commit

Permalink
remove use of FedoraWebACUserSecurityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Sep 4, 2015
1 parent 8f24158 commit d4bb43b
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -22,7 +22,7 @@

import javax.jcr.Session;

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

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

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

}

0 comments on commit d4bb43b

Please sign in to comment.