Uses of Class
com.sun.xml.wss.impl.policy.mls.AuthenticationTokenPolicy.X509CertificateBinding
-
-
Uses of AuthenticationTokenPolicy.X509CertificateBinding in com.sun.xml.ws.security.impl.policyconv
Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type AuthenticationTokenPolicy.X509CertificateBinding Modifier and Type Method Description voidTokenProcessor. setTokenValueType(AuthenticationTokenPolicy.X509CertificateBinding x509CB, com.sun.xml.ws.policy.PolicyAssertion tokenAssertion)protected voidTokenProcessor. setX509TokenRefType(AuthenticationTokenPolicy.X509CertificateBinding x509CB, X509Token token) -
Uses of AuthenticationTokenPolicy.X509CertificateBinding in com.sun.xml.ws.security.opt.impl.keyinfo
Methods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type AuthenticationTokenPolicy.X509CertificateBinding Modifier and Type Method Description protected KeyIdentifierTokenBuilder. buildKeyInfoWithKI(AuthenticationTokenPolicy.X509CertificateBinding binding, String refType)builds keyInfo with the given X509 certificate bindingprotected 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 headerConstructors in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type AuthenticationTokenPolicy.X509CertificateBinding Constructor Description X509TokenBuilder(JAXBFilterProcessingContext context, AuthenticationTokenPolicy.X509CertificateBinding binding)Creates a new instance of X509TokenBuilder -
Uses of AuthenticationTokenPolicy.X509CertificateBinding in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl that return AuthenticationTokenPolicy.X509CertificateBinding Modifier and Type Method Description AuthenticationTokenPolicy.X509CertificateBindingFilterProcessingContext. getX509CertificateBinding()Methods in com.sun.xml.wss.impl with parameters of type AuthenticationTokenPolicy.X509CertificateBinding Modifier and Type Method Description voidFilterProcessingContext. setX509CertificateBinding(AuthenticationTokenPolicy.X509CertificateBinding x509CertificateBinding) -
Uses of AuthenticationTokenPolicy.X509CertificateBinding in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc with parameters of type AuthenticationTokenPolicy.X509CertificateBinding Modifier and Type Method Description static voidSecurityUtil. checkIncludeTokenPolicy(FilterProcessingContext context, AuthenticationTokenPolicy.X509CertificateBinding certInfo, String x509id)static voidSecurityUtil. checkIncludeTokenPolicyOpt(JAXBFilterProcessingContext context, AuthenticationTokenPolicy.X509CertificateBinding certInfo, String x509id)static voidSecurityUtil. insertCertificate(FilterProcessingContext context, AuthenticationTokenPolicy.X509CertificateBinding certInfo, String x509id)
-