Uses of Interface
com.sun.xml.ws.security.opt.api.keyinfo.BinarySecurityToken
-
-
Uses of BinarySecurityToken in com.sun.xml.ws.security.opt.api.keyinfo
Subinterfaces of BinarySecurityToken in com.sun.xml.ws.security.opt.api.keyinfo Modifier and Type Interface Description interfaceKerberosBinarySecurityTokenRepresents binary-formatted kerberos security tokensinterfaceX509BinarySecurityTokenRepresents 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 Modifier and Type Class Description classKerberosBinarySecurityTokenclassX509BinarySecurityToken -
Uses of BinarySecurityToken in com.sun.xml.ws.security.opt.impl.keyinfo
Classes in com.sun.xml.ws.security.opt.impl.keyinfo that implement BinarySecurityToken Modifier and Type Class Description classBinarySecurityTokenMethods in com.sun.xml.ws.security.opt.impl.keyinfo that return BinarySecurityToken Modifier and Type Method Description protected 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 BinarySecurityToken Modifier and Type Method Description static X509CertificateSOAPUtil. getCertificateFromToken(BinarySecurityToken bst)
-