Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF