Uses of Class
org.apache.cxf.xkms.model.xkms.NotBoundAuthenticationType
-
Packages that use NotBoundAuthenticationType Package Description 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 Modifier and Type Field Description protected NotBoundAuthenticationTypeAuthenticationType. notBoundAuthenticationMethods in org.apache.cxf.xkms.model.xkms that return NotBoundAuthenticationType Modifier and Type Method Description NotBoundAuthenticationTypeObjectFactory. createNotBoundAuthenticationType()Create an instance ofNotBoundAuthenticationTypeNotBoundAuthenticationTypeAuthenticationType. getNotBoundAuthentication()Gets the value of the notBoundAuthentication property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type NotBoundAuthenticationType Modifier and Type Method Description javax.xml.bind.JAXBElement<NotBoundAuthenticationType>ObjectFactory. createNotBoundAuthentication(NotBoundAuthenticationType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type NotBoundAuthenticationType Modifier and Type Method Description javax.xml.bind.JAXBElement<NotBoundAuthenticationType>ObjectFactory. createNotBoundAuthentication(NotBoundAuthenticationType value)voidAuthenticationType. setNotBoundAuthentication(NotBoundAuthenticationType value)Sets the value of the notBoundAuthentication property.
-