Apache CXF API

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

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

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

Fields in org.apache.cxf.xkms.model.xkms declared as NotBoundAuthenticationType
protected  NotBoundAuthenticationType AuthenticationType.notBoundAuthentication
           
 

Methods in org.apache.cxf.xkms.model.xkms that return NotBoundAuthenticationType
 NotBoundAuthenticationType ObjectFactory.createNotBoundAuthenticationType()
          Create an instance of NotBoundAuthenticationType
 NotBoundAuthenticationType AuthenticationType.getNotBoundAuthentication()
          Gets the value of the notBoundAuthentication property.
 

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

Methods in org.apache.cxf.xkms.model.xkms with parameters of type NotBoundAuthenticationType
 JAXBElement<NotBoundAuthenticationType> ObjectFactory.createNotBoundAuthentication(NotBoundAuthenticationType value)
          Create an instance of JAXBElement<NotBoundAuthenticationType>}
 void AuthenticationType.setNotBoundAuthentication(NotBoundAuthenticationType value)
          Sets the value of the notBoundAuthentication property.
 


Apache CXF API

Apache CXF