Uses of Interface
com.sun.xml.ws.security.opt.api.keyinfo.BinarySecurityToken
Packages that use BinarySecurityToken
Package
Description
-
Uses of BinarySecurityToken in com.sun.xml.ws.security.opt.api.keyinfo
Subinterfaces of BinarySecurityToken in com.sun.xml.ws.security.opt.api.keyinfoModifier and TypeInterfaceDescriptioninterfaceRepresents binary-formatted kerberos security tokensinterfaceRepresents binary-formatted X509 security tokens -
Uses of BinarySecurityToken in com.sun.xml.ws.security.opt.impl.incoming
Classes in com.sun.xml.ws.security.opt.impl.incoming that implement BinarySecurityToken -
Uses of BinarySecurityToken in com.sun.xml.ws.security.opt.impl.keyinfo
Classes in com.sun.xml.ws.security.opt.impl.keyinfo that implement BinarySecurityTokenMethods in com.sun.xml.ws.security.opt.impl.keyinfo that return BinarySecurityTokenModifier and TypeMethodDescriptionprotected BinarySecurityTokenTokenBuilder.createBinarySecurityToken(AuthenticationTokenPolicy.X509CertificateBinding binding, X509Certificate x509Cert) if a BinarySecurityToken already exists in the security header with the id of the binding returns it else creates a BinarySecurityToken with the X509 certificate provided Adds the username token to the security headerprotected BinarySecurityTokenTokenBuilder.createKerberosBST(AuthenticationTokenPolicy.KerberosTokenBinding binding, byte[] kerbToken) if an BinarySecurityToken already exists in the security header with the id of the binding returns it else creates a new BinarySecurityToken with the kerboros token provided Adds the BinarySecurityToken to the security header -
Uses of BinarySecurityToken in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type BinarySecurityTokenModifier and TypeMethodDescriptionstatic X509CertificateSOAPUtil.getCertificateFromToken(BinarySecurityToken bst)