Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.ReferenceType

Packages that use ReferenceType
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
protected  List<ReferenceType> ManifestType.reference
           
protected  List<ReferenceType> SignedInfoType.reference
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return ReferenceType
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type ReferenceType
 javax.xml.bind.JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 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
 javax.xml.bind.JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 


Apache CXF API

Apache CXF