Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.ObjectType
-
Packages that use ObjectType Package Description 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 Modifier and Type Field Description protected List<ObjectType>SignatureType. objectMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return ObjectType Modifier and Type Method Description ObjectTypeObjectFactory. createObjectType()Create an instance ofObjectTypeMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type ObjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)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 Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)
-