Uses of Class
org.apache.cxf.xkms.model.xkms.KeyBindingAuthenticationType
-
Packages that use KeyBindingAuthenticationType Package Description 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 Modifier and Type Field Description protected KeyBindingAuthenticationTypeAuthenticationType. keyBindingAuthenticationMethods in org.apache.cxf.xkms.model.xkms that return KeyBindingAuthenticationType Modifier and Type Method Description KeyBindingAuthenticationTypeObjectFactory. createKeyBindingAuthenticationType()Create an instance ofKeyBindingAuthenticationTypeKeyBindingAuthenticationTypeAuthenticationType. getKeyBindingAuthentication()Gets the value of the keyBindingAuthentication property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type KeyBindingAuthenticationType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyBindingAuthenticationType>ObjectFactory. createKeyBindingAuthentication(KeyBindingAuthenticationType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyBindingAuthenticationType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyBindingAuthenticationType>ObjectFactory. createKeyBindingAuthentication(KeyBindingAuthenticationType value)voidAuthenticationType. setKeyBindingAuthentication(KeyBindingAuthenticationType value)Sets the value of the keyBindingAuthentication property.
-