Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF