Apache CXF API

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

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

Uses of OnBehalfOfType in org.apache.cxf.ws.security.sts.provider.model
 

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

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type OnBehalfOfType
 javax.xml.bind.JAXBElement<OnBehalfOfType> ObjectFactory.createOnBehalfOf(OnBehalfOfType value)
          Create an instance of JAXBElement<OnBehalfOfType>}
 

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


Apache CXF API

Apache CXF