Package org.apache.cxf.xkms.service
Class XKMSService
java.lang.Object
org.apache.cxf.xkms.service.XKMSService
- All Implemented Interfaces:
XKMSPortType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompound(CompoundRequestType request) static KeyBindingTypecreateKeyBinding(ValidateResultType result) locate(LocateRequestType request) pending(PendingRequestType request) recover(RecoverRequestType request) register(RegisterRequestType request) reissue(ReissueRequestType request) revoke(RevokeRequestType request) voidsetEnableXKRSS(boolean enableXKRSS) voidsetKeyRegisterHandlers(List<Register> keyRegisterHandlers) protected voidsetKeyUsageAll(KeyBindingAbstractType keyBinding) Sets encryption, signature and exchange as key usage for provided keyBinding.voidsetLocators(List<Locator> locators) voidsetLogExceptions(boolean logExceptions) voidsetServiceName(String serviceName) voidsetValidators(List<Validator> validators) status(StatusRequestType request) validate(ValidateRequestType request)
-
Field Details
-
LOG
-
-
Constructor Details
-
XKMSService
public XKMSService()
-
-
Method Details
-
reissue
- Specified by:
reissuein interfaceXKMSPortType
-
compound
- Specified by:
compoundin interfaceXKMSPortType
-
register
- Specified by:
registerin interfaceXKMSPortType
-
pending
- Specified by:
pendingin interfaceXKMSPortType
-
revoke
- Specified by:
revokein interfaceXKMSPortType
-
locate
- Specified by:
locatein interfaceXKMSPortType
-
recover
- Specified by:
recoverin interfaceXKMSPortType
-
status
- Specified by:
statusin interfaceXKMSPortType
-
validate
- Specified by:
validatein interfaceXKMSPortType
-
createKeyBinding
-
setServiceName
-
setLocators
-
setValidators
-
setKeyRegisterHandlers
-
setKeyUsageAll
Sets encryption, signature and exchange as key usage for provided keyBinding.- Parameters:
keyBinding- KeyBinding to set KeyUsage within
-
setEnableXKRSS
public void setEnableXKRSS(boolean enableXKRSS) -
setLogExceptions
public void setLogExceptions(boolean logExceptions)
-