- FEDORA_ADMIN_ROLE - Static variable in class org.fcrepo.auth.ServletContainerAuthenticationProvider
-
User role for Fedora's admin users
- FEDORA_USER_ROLE - Static variable in class org.fcrepo.auth.ServletContainerAuthenticationProvider
-
User role for Fedora's ordinary users
- FedoraAdminSecurityContext - Class in org.fcrepo.auth
-
This is a pass-through security context for authenticated Fedora
administrators.
- FedoraAdminSecurityContext(String) - Constructor for class org.fcrepo.auth.FedoraAdminSecurityContext
-
- FedoraPolicyEnforcementPoint - Interface in org.fcrepo.auth
-
Policy Enforcement Points implement the various authorization decisions
needed by Fedora.
- FedoraUserSecurityContext - Class in org.fcrepo.auth
-
The security context for Fedora servlet users.
- FedoraUserSecurityContext(ServletCredentials, Set<Principal>, FedoraPolicyEnforcementPoint) - Constructor for class org.fcrepo.auth.FedoraUserSecurityContext
-
Constructs a new security context.
- filterPathsForReading(Iterator<Path>, Set<Principal>, Principal) - Method in interface org.fcrepo.auth.FedoraPolicyEnforcementPoint
-
Filter the collection of JCR paths, selecting those the user has
permission to read.