Uses of Class
org.apache.cxf.xkms.model.xkms.KeyBindingType
-
Packages that use KeyBindingType Package Description org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.service -
-
Uses of KeyBindingType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as KeyBindingType Modifier and Type Field Description protected KeyBindingTypeRecoverRequestType. recoverKeyBindingprotected KeyBindingTypeReissueRequestType. reissueKeyBindingprotected KeyBindingTypeRevokeRequestType. revokeKeyBindingFields in org.apache.cxf.xkms.model.xkms with type parameters of type KeyBindingType Modifier and Type Field Description protected 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 KeyBindingType Modifier and Type Method Description KeyBindingTypeObjectFactory. createKeyBindingType()Create an instance ofKeyBindingTypeKeyBindingTypeRecoverRequestType. getRecoverKeyBinding()Gets the value of the recoverKeyBinding property.KeyBindingTypeReissueRequestType. getReissueKeyBinding()Gets the value of the reissueKeyBinding property.KeyBindingTypeRevokeRequestType. getRevokeKeyBinding()Gets the value of the revokeKeyBinding property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type KeyBindingType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyBindingType>ObjectFactory. createKeyBinding(KeyBindingType value)javax.xml.bind.JAXBElement<KeyBindingType>ObjectFactory. createRecoverKeyBinding(KeyBindingType value)javax.xml.bind.JAXBElement<KeyBindingType>ObjectFactory. createReissueKeyBinding(KeyBindingType value)javax.xml.bind.JAXBElement<KeyBindingType>ObjectFactory. createRevokeKeyBinding(KeyBindingType value)List<KeyBindingType>RecoverResultType. getKeyBinding()Gets the value of the keyBinding property.List<KeyBindingType>RegisterResultType. getKeyBinding()Gets the value of the keyBinding property.List<KeyBindingType>ReissueResultType. getKeyBinding()Gets the value of the keyBinding property.List<KeyBindingType>RevokeResultType. getKeyBinding()Gets the value of the keyBinding property.List<KeyBindingType>ValidateResultType. getKeyBinding()Gets the value of the keyBinding property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyBindingType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyBindingType>ObjectFactory. createKeyBinding(KeyBindingType value)javax.xml.bind.JAXBElement<KeyBindingType>ObjectFactory. createRecoverKeyBinding(KeyBindingType value)javax.xml.bind.JAXBElement<KeyBindingType>ObjectFactory. createReissueKeyBinding(KeyBindingType value)javax.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 KeyBindingType Modifier and Type Method Description static KeyBindingTypeXKMSService. createKeyBinding(ValidateResultType result)
-