Uses of Class
org.apache.cxf.ws.security.sts.provider.model.SignChallengeType
-
Packages that use SignChallengeType Package Description 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 Modifier and Type Method Description SignChallengeTypeObjectFactory. createSignChallengeType()Create an instance ofSignChallengeTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type SignChallengeType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory. createSignChallenge(SignChallengeType value)javax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory. createSignChallengeResponse(SignChallengeType value)Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type SignChallengeType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory. createSignChallenge(SignChallengeType value)javax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory. createSignChallengeResponse(SignChallengeType value)
-