org.apache.abdera.security.util.filters
Class SignedRequestFilter
java.lang.Object
org.apache.abdera.security.util.filters.SignedRequestFilter
- All Implemented Interfaces:
- Filter
public class SignedRequestFilter
- extends Object
- implements Filter
Servlet Filter that verifies that an Atom document received by the server via PUT or POST contains a valid XML
Digital Signature.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALID
public static final String VALID
- See Also:
- Constant Field Values
CERTS
public static final String CERTS
- See Also:
- Constant Field Values
SignedRequestFilter
public SignedRequestFilter()
filter
public ResponseContext filter(RequestContext request,
FilterChain chain)
- Description copied from interface:
Filter
- Process the filter request. The filter must call chain.next(request) to pass the request on to the next filter or
the provider.
- Specified by:
filter
in interface Filter
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.