Apache CXF API

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

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

Uses of ObjectType 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 ObjectType
protected  List<ObjectType> SignatureType.object
           
 

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

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type ObjectType
 javax.xml.bind.JAXBElement<ObjectType> ObjectFactory.createObject(ObjectType value)
          Create an instance of JAXBElement<ObjectType>}
 List<ObjectType> SignatureType.getObject()
          Gets the value of the object property.
 

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


Apache CXF API

Apache CXF