Apache CXF API

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

Packages that use SignaturePropertyType
org.apache.cxf.ws.security.sts.provider.model.xmldsig   
 

Uses of SignaturePropertyType 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 SignaturePropertyType
protected  List<SignaturePropertyType> SignaturePropertiesType.signatureProperty
           
 

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

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type SignaturePropertyType
 javax.xml.bind.JAXBElement<SignaturePropertyType> ObjectFactory.createSignatureProperty(SignaturePropertyType value)
          Create an instance of JAXBElement<SignaturePropertyType>}
 List<SignaturePropertyType> SignaturePropertiesType.getSignatureProperty()
          Gets the value of the signatureProperty property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type SignaturePropertyType
 javax.xml.bind.JAXBElement<SignaturePropertyType> ObjectFactory.createSignatureProperty(SignaturePropertyType value)
          Create an instance of JAXBElement<SignaturePropertyType>}
 


Apache CXF API

Apache CXF