org.apache.abdera.security.util.filters
Class SignedRequestFilter

java.lang.Object
  extended by 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.


Field Summary
static String CERTS
           
static String VALID
           
 
Constructor Summary
SignedRequestFilter()
           
 
Method Summary
 ResponseContext filter(RequestContext request, FilterChain chain)
          Process the filter request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALID

public static final String VALID
See Also:
Constant Field Values

CERTS

public static final String CERTS
See Also:
Constant Field Values
Constructor Detail

SignedRequestFilter

public SignedRequestFilter()
Method Detail

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.