| Package | Description |
|---|---|
| com.sun.xml.ws.security.impl.policyconv | |
| com.sun.xml.ws.security.opt.impl.keyinfo | |
| com.sun.xml.wss.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TokenProcessor.setKerberosTokenRefType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding,
KerberosToken token) |
void |
TokenProcessor.setTokenValueType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding,
com.sun.xml.ws.policy.PolicyAssertion tokenAssertion) |
| Modifier and Type | Method and Description |
|---|---|
protected KeyIdentifier |
TokenBuilder.buildKeyInfoWithKIKerberos(AuthenticationTokenPolicy.KerberosTokenBinding binding,
String refType)
builds keyInfo with the given kerberos token binding
|
protected BinarySecurityToken |
TokenBuilder.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
|
| Constructor and Description |
|---|
KerberosTokenBuilder(JAXBFilterProcessingContext context,
AuthenticationTokenPolicy.KerberosTokenBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationTokenPolicy.KerberosTokenBinding |
FilterProcessingContext.getKerberosTokenBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterProcessingContext.setKerberosTokenBinding(AuthenticationTokenPolicy.KerberosTokenBinding kerberosTokenBinding) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.