Uses of Class
org.apache.cxf.ws.security.sts.provider.model.wstrust14.ImageType
-
Packages that use ImageType Package Description org.apache.cxf.ws.security.sts.provider.model.wstrust14 -
-
Uses of ImageType in org.apache.cxf.ws.security.sts.provider.model.wstrust14
Fields in org.apache.cxf.ws.security.sts.provider.model.wstrust14 declared as ImageType Modifier and Type Field Description protected ImageTypeChoiceType. imageprotected ImageTypeTextChallengeType. imageMethods in org.apache.cxf.ws.security.sts.provider.model.wstrust14 that return ImageType Modifier and Type Method Description ImageTypeObjectFactory. createImageType()Create an instance ofImageTypeImageTypeChoiceType. getImage()Gets the value of the image property.ImageTypeTextChallengeType. getImage()Gets the value of the image property.Methods in org.apache.cxf.ws.security.sts.provider.model.wstrust14 with parameters of type ImageType Modifier and Type Method Description voidChoiceType. setImage(ImageType value)Sets the value of the image property.voidTextChallengeType. setImage(ImageType value)Sets the value of the image property.
-