Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF