Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.ReferenceType
-
Packages that use ReferenceType Package Description org.apache.cxf.ws.security.sts.provider.model.xmldsig -
-
Uses of ReferenceType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig with type parameters of type ReferenceType Modifier and Type Field Description protected List<ReferenceType>ManifestType. referenceprotected List<ReferenceType>SignedInfoType. referenceMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)List<ReferenceType>ManifestType. getReference()Gets the value of the reference property.List<ReferenceType>SignedInfoType. getReference()Gets the value of the reference property.Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)
-