Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF