- FEDORA_ADMIN_ROLE - Static variable in class org.fcrepo.auth.common.ServletContainerAuthenticationProvider
-
User role for Fedora's admin users
- FEDORA_ALL_PRINCIPALS - Static variable in interface org.fcrepo.auth.common.FedoraAuthorizationDelegate
-
The name of the session attribute containing a set of instances of
Principal, representing the current user's credentials, including the
value of the FEDORA_USER_PRINCIPAL session attribute.
- FEDORA_SERVLET_REQUEST - Static variable in interface org.fcrepo.auth.common.FedoraAuthorizationDelegate
-
The name of the session attribute containing the servlet request (an
instance of javax.servlet.http.HttpServletRequest).
- FEDORA_USER_PRINCIPAL - Static variable in interface org.fcrepo.auth.common.FedoraAuthorizationDelegate
-
The name of the session attribute containing an instance of Principal
representing the current authenticated user.
- FEDORA_USER_ROLE - Static variable in class org.fcrepo.auth.common.ServletContainerAuthenticationProvider
-
User role for Fedora's ordinary users
- FedoraAdminSecurityContext - Class in org.fcrepo.auth.common
-
This is a pass-through security context for authenticated Fedora
administrators.
- FedoraAdminSecurityContext(String) - Constructor for class org.fcrepo.auth.common.FedoraAdminSecurityContext
-
- FedoraAuthorizationDelegate - Interface in org.fcrepo.auth.common
-
An interface that can authorize access to specific resources within
repositories.
- FedoraUserSecurityContext - Class in org.fcrepo.auth.common
-
The security context for Fedora servlet users.
- FedoraUserSecurityContext(Principal, FedoraAuthorizationDelegate) - Constructor for class org.fcrepo.auth.common.FedoraUserSecurityContext
-
Constructs a new security context.