Uses of Class
org.apache.cxf.xkms.model.xkms.KeyBindingType
Packages that use KeyBindingType
-
Uses of KeyBindingType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as KeyBindingTypeModifier and TypeFieldDescriptionprotected KeyBindingTypeRecoverRequestType.recoverKeyBindingprotected KeyBindingTypeReissueRequestType.reissueKeyBindingprotected KeyBindingTypeRevokeRequestType.revokeKeyBindingFields in org.apache.cxf.xkms.model.xkms with type parameters of type KeyBindingTypeModifier and TypeFieldDescriptionprotected List<KeyBindingType>RecoverResultType.keyBindingprotected List<KeyBindingType>RegisterResultType.keyBindingprotected List<KeyBindingType>ReissueResultType.keyBindingprotected List<KeyBindingType>RevokeResultType.keyBindingprotected List<KeyBindingType>ValidateResultType.keyBindingMethods in org.apache.cxf.xkms.model.xkms that return KeyBindingTypeModifier and TypeMethodDescriptionObjectFactory.createKeyBindingType()Create an instance ofKeyBindingTypeRecoverRequestType.getRecoverKeyBinding()Gets the value of the recoverKeyBinding property.ReissueRequestType.getReissueKeyBinding()Gets the value of the reissueKeyBinding property.RevokeRequestType.getRevokeKeyBinding()Gets the value of the revokeKeyBinding property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type KeyBindingTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createKeyBinding(KeyBindingType value) jakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createRecoverKeyBinding(KeyBindingType value) jakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createReissueKeyBinding(KeyBindingType value) jakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createRevokeKeyBinding(KeyBindingType value) RecoverResultType.getKeyBinding()Gets the value of the keyBinding property.RegisterResultType.getKeyBinding()Gets the value of the keyBinding property.ReissueResultType.getKeyBinding()Gets the value of the keyBinding property.RevokeResultType.getKeyBinding()Gets the value of the keyBinding property.ValidateResultType.getKeyBinding()Gets the value of the keyBinding property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyBindingTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createKeyBinding(KeyBindingType value) jakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createRecoverKeyBinding(KeyBindingType value) jakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createReissueKeyBinding(KeyBindingType value) jakarta.xml.bind.JAXBElement<KeyBindingType>ObjectFactory.createRevokeKeyBinding(KeyBindingType value) voidRecoverRequestType.setRecoverKeyBinding(KeyBindingType value) Sets the value of the recoverKeyBinding property.voidReissueRequestType.setReissueKeyBinding(KeyBindingType value) Sets the value of the reissueKeyBinding property.voidRevokeRequestType.setRevokeKeyBinding(KeyBindingType value) Sets the value of the revokeKeyBinding property. -
Uses of KeyBindingType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service that return KeyBindingTypeModifier and TypeMethodDescriptionstatic KeyBindingTypeXKMSService.createKeyBinding(ValidateResultType result)