Apache CXF API

org.apache.cxf.xkms.x509.handlers
Class X509Register

java.lang.Object
  extended by org.apache.cxf.xkms.x509.handlers.X509Register
All Implemented Interfaces:
Register

public class X509Register
extends Object
implements Register


Field Summary
protected  CertificateFactory certFactory
           
 
Constructor Summary
X509Register(CertificateRepo certRepo)
           
 
Method Summary
 boolean canProcess(RequestAbstractType request)
           
 RecoverResultType recover(RecoverRequestType request, RecoverResultType response)
           
 RegisterResultType register(RegisterRequestType request, RegisterResultType response)
           
 ReissueResultType reissue(ReissueRequestType request, ReissueResultType response)
           
 RevokeResultType revoke(RevokeRequestType request, RevokeResultType response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certFactory

protected final CertificateFactory certFactory
Constructor Detail

X509Register

public X509Register(CertificateRepo certRepo)
             throws CertificateException
Throws:
CertificateException
Method Detail

canProcess

public boolean canProcess(RequestAbstractType request)
Specified by:
canProcess in interface Register

register

public RegisterResultType register(RegisterRequestType request,
                                   RegisterResultType response)
Specified by:
register in interface Register

reissue

public ReissueResultType reissue(ReissueRequestType request,
                                 ReissueResultType response)
Specified by:
reissue in interface Register

revoke

public RevokeResultType revoke(RevokeRequestType request,
                               RevokeResultType response)
Specified by:
revoke in interface Register

recover

public RecoverResultType recover(RecoverRequestType request,
                                 RecoverResultType response)
Specified by:
recover in interface Register

Apache CXF API

Apache CXF