Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.KeyBindingAuthenticationType

Packages that use KeyBindingAuthenticationType
org.apache.cxf.xkms.model.xkms   
 

Uses of KeyBindingAuthenticationType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as KeyBindingAuthenticationType
protected  KeyBindingAuthenticationType AuthenticationType.keyBindingAuthentication
           
 

Methods in org.apache.cxf.xkms.model.xkms that return KeyBindingAuthenticationType
 KeyBindingAuthenticationType ObjectFactory.createKeyBindingAuthenticationType()
          Create an instance of KeyBindingAuthenticationType
 KeyBindingAuthenticationType AuthenticationType.getKeyBindingAuthentication()
          Gets the value of the keyBindingAuthentication property.
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type KeyBindingAuthenticationType
 JAXBElement<KeyBindingAuthenticationType> ObjectFactory.createKeyBindingAuthentication(KeyBindingAuthenticationType value)
          Create an instance of JAXBElement<KeyBindingAuthenticationType>}
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyBindingAuthenticationType
 JAXBElement<KeyBindingAuthenticationType> ObjectFactory.createKeyBindingAuthentication(KeyBindingAuthenticationType value)
          Create an instance of JAXBElement<KeyBindingAuthenticationType>}
 void AuthenticationType.setKeyBindingAuthentication(KeyBindingAuthenticationType value)
          Sets the value of the keyBindingAuthentication property.
 


Apache CXF API

Apache CXF