
war.fedora.WEB-INF.web-add-for-authenticated-apia.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fcrepo-client Show documentation
Show all versions of fcrepo-client Show documentation
The Fedora Client is a Java Library that allows API access to a Fedora Repository. The client is typically one part of a full Fedora installation.
The newest version!
<!-- authn required optionally. installer choice to secure api-a with authn should add these filter-mappings to web.xml --> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>AccessServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>DescribeRepositoryServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>FieldSearchServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>GetObjectHistoryServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>ListDatastreamsServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>ListMethodsServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>MethodParameterResolverServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>OAIProviderServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>ReportServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>RISearchServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <servlet-name>WSDLServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>EnforceAuthnFilter</filter-name> <url-pattern>/services/access</url-pattern> </filter-mapping> <!-- ^^^^^ authn required optionally. installer choice to secure api-a with authn should add these filter-mappings to web.xml ^^^^^ -->
© 2015 - 2025 Weber Informatics LLC | Privacy Policy