Uses of Class
com.sun.xml.wss.impl.policy.mls.AuthenticationTokenPolicy.KerberosTokenBinding
-
Packages that use AuthenticationTokenPolicy.KerberosTokenBinding Package Description com.sun.xml.ws.security.impl.policyconv com.sun.xml.ws.security.opt.impl.keyinfo com.sun.xml.wss.impl -
-
Uses of AuthenticationTokenPolicy.KerberosTokenBinding in com.sun.xml.ws.security.impl.policyconv
Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type AuthenticationTokenPolicy.KerberosTokenBinding Modifier and Type Method Description protected voidTokenProcessor. setKerberosTokenRefType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding, KerberosToken token)voidTokenProcessor. setTokenValueType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding, PolicyAssertion tokenAssertion) -
Uses of AuthenticationTokenPolicy.KerberosTokenBinding in com.sun.xml.ws.security.opt.impl.keyinfo
Methods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type AuthenticationTokenPolicy.KerberosTokenBinding Modifier and Type Method Description protected KeyIdentifierTokenBuilder. buildKeyInfoWithKIKerberos(AuthenticationTokenPolicy.KerberosTokenBinding binding, String refType)builds keyInfo with the given kerberos token bindingprotected 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 headerConstructors in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type AuthenticationTokenPolicy.KerberosTokenBinding Constructor Description KerberosTokenBuilder(JAXBFilterProcessingContext context, AuthenticationTokenPolicy.KerberosTokenBinding binding) -
Uses of AuthenticationTokenPolicy.KerberosTokenBinding in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl that return AuthenticationTokenPolicy.KerberosTokenBinding Modifier and Type Method Description AuthenticationTokenPolicy.KerberosTokenBindingFilterProcessingContext. getKerberosTokenBinding()Methods in com.sun.xml.wss.impl with parameters of type AuthenticationTokenPolicy.KerberosTokenBinding Modifier and Type Method Description voidFilterProcessingContext. setKerberosTokenBinding(AuthenticationTokenPolicy.KerberosTokenBinding kerberosTokenBinding)
-