public class XKMSService extends Object implements org.w3._2002._03.xkms_wsdl.XKMSPortType
Constructor and Description |
---|
XKMSService() |
Modifier and Type | Method and Description |
---|---|
org.apache.cxf.xkms.model.xkms.CompoundResultType |
compound(org.apache.cxf.xkms.model.xkms.CompoundRequestType request) |
static org.apache.cxf.xkms.model.xkms.KeyBindingType |
createKeyBinding(org.apache.cxf.xkms.model.xkms.ValidateResultType result) |
org.apache.cxf.xkms.model.xkms.LocateResultType |
locate(org.apache.cxf.xkms.model.xkms.LocateRequestType request) |
org.apache.cxf.xkms.model.xkms.ResultType |
pending(org.apache.cxf.xkms.model.xkms.PendingRequestType request) |
org.apache.cxf.xkms.model.xkms.RecoverResultType |
recover(org.apache.cxf.xkms.model.xkms.RecoverRequestType request) |
org.apache.cxf.xkms.model.xkms.RegisterResultType |
register(org.apache.cxf.xkms.model.xkms.RegisterRequestType request) |
org.apache.cxf.xkms.model.xkms.ReissueResultType |
reissue(org.apache.cxf.xkms.model.xkms.ReissueRequestType request) |
org.apache.cxf.xkms.model.xkms.RevokeResultType |
revoke(org.apache.cxf.xkms.model.xkms.RevokeRequestType request) |
void |
setEnableXKRSS(boolean enableXKRSS) |
void |
setKeyRegisterHandlers(List<org.apache.cxf.xkms.handlers.Register> keyRegisterHandlers) |
protected void |
setKeyUsageAll(org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType keyBinding)
Sets encryption, signature and exchange as key usage for provided keyBinding.
|
void |
setLocators(List<org.apache.cxf.xkms.handlers.Locator> locators) |
void |
setLogExceptions(boolean logExceptions) |
void |
setServiceName(String serviceName) |
void |
setValidators(List<org.apache.cxf.xkms.handlers.Validator> validators) |
org.apache.cxf.xkms.model.xkms.StatusResultType |
status(org.apache.cxf.xkms.model.xkms.StatusRequestType request) |
org.apache.cxf.xkms.model.xkms.ValidateResultType |
validate(org.apache.cxf.xkms.model.xkms.ValidateRequestType request) |
protected static final Logger LOG
public org.apache.cxf.xkms.model.xkms.ReissueResultType reissue(org.apache.cxf.xkms.model.xkms.ReissueRequestType request)
reissue
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.CompoundResultType compound(org.apache.cxf.xkms.model.xkms.CompoundRequestType request)
compound
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.RegisterResultType register(org.apache.cxf.xkms.model.xkms.RegisterRequestType request)
register
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.ResultType pending(org.apache.cxf.xkms.model.xkms.PendingRequestType request)
pending
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.RevokeResultType revoke(org.apache.cxf.xkms.model.xkms.RevokeRequestType request)
revoke
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.LocateResultType locate(org.apache.cxf.xkms.model.xkms.LocateRequestType request)
locate
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.RecoverResultType recover(org.apache.cxf.xkms.model.xkms.RecoverRequestType request)
recover
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.StatusResultType status(org.apache.cxf.xkms.model.xkms.StatusRequestType request)
status
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public org.apache.cxf.xkms.model.xkms.ValidateResultType validate(org.apache.cxf.xkms.model.xkms.ValidateRequestType request)
validate
in interface org.w3._2002._03.xkms_wsdl.XKMSPortType
public static org.apache.cxf.xkms.model.xkms.KeyBindingType createKeyBinding(org.apache.cxf.xkms.model.xkms.ValidateResultType result)
public void setServiceName(String serviceName)
public void setLocators(List<org.apache.cxf.xkms.handlers.Locator> locators)
public void setValidators(List<org.apache.cxf.xkms.handlers.Validator> validators)
public void setKeyRegisterHandlers(List<org.apache.cxf.xkms.handlers.Register> keyRegisterHandlers)
protected void setKeyUsageAll(org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType keyBinding)
keyBinding
- KeyBinding to set KeyUsage withinpublic void setEnableXKRSS(boolean enableXKRSS)
public void setLogExceptions(boolean logExceptions)
Apache CXF