Uses of Class
com.sun.xml.ws.security.secext10.BinarySecurityTokenType
-
Packages that use BinarySecurityTokenType Package Description com.sun.xml.ws.security.opt.impl.keyinfo com.sun.xml.ws.security.secext10 -
-
Uses of BinarySecurityTokenType in com.sun.xml.ws.security.opt.impl.keyinfo
Constructors in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type BinarySecurityTokenType Constructor Description BinarySecurityToken(BinarySecurityTokenType token, com.sun.xml.ws.api.SOAPVersion sv)Creates a new instance of BinarySecurityToken -
Uses of BinarySecurityTokenType in com.sun.xml.ws.security.secext10
Methods in com.sun.xml.ws.security.secext10 that return BinarySecurityTokenType Modifier and Type Method Description BinarySecurityTokenTypeObjectFactory. createBinarySecurityTokenType()Create an instance ofBinarySecurityTokenTypeMethods in com.sun.xml.ws.security.secext10 that return types with arguments of type BinarySecurityTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BinarySecurityTokenType>ObjectFactory. createBinarySecurityToken(BinarySecurityTokenType value)Methods in com.sun.xml.ws.security.secext10 with parameters of type BinarySecurityTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BinarySecurityTokenType>ObjectFactory. createBinarySecurityToken(BinarySecurityTokenType value)
-