Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF