public class TokenProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isIncoming |
protected boolean |
isServer |
| Constructor and Description |
|---|
TokenProcessor(boolean isServer,
boolean isIncoming,
PolicyID pid)
Creates a new instance of TokenProcessor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyBinding(Binding binding,
WSSPolicy policy,
Token token,
boolean ignoreDK) |
WSSPolicy |
getWSSToken(Token token) |
protected void |
setKerberosTokenRefType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding,
KerberosToken token) |
protected void |
setTokenInclusion(KeyBindingBase xwssToken,
Token token) |
void |
setTokenValueType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding,
com.sun.xml.ws.policy.PolicyAssertion tokenAssertion) |
void |
setTokenValueType(AuthenticationTokenPolicy.X509CertificateBinding x509CB,
com.sun.xml.ws.policy.PolicyAssertion tokenAssertion) |
protected void |
setUsernameTokenRefType(AuthenticationTokenPolicy.UsernameTokenBinding untBinding,
UsernameToken unToken) |
protected void |
setX509TokenRefType(AuthenticationTokenPolicy.X509CertificateBinding x509CB,
X509Token token) |
public TokenProcessor(boolean isServer,
boolean isIncoming,
PolicyID pid)
protected void setX509TokenRefType(AuthenticationTokenPolicy.X509CertificateBinding x509CB, X509Token token)
protected void setKerberosTokenRefType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding, KerberosToken token)
protected void setUsernameTokenRefType(AuthenticationTokenPolicy.UsernameTokenBinding untBinding, UsernameToken unToken)
public void addKeyBinding(Binding binding, WSSPolicy policy, Token token, boolean ignoreDK) throws com.sun.xml.ws.policy.PolicyException
com.sun.xml.ws.policy.PolicyExceptionprotected void setTokenInclusion(KeyBindingBase xwssToken, Token token) throws com.sun.xml.ws.policy.PolicyException
com.sun.xml.ws.policy.PolicyExceptionpublic WSSPolicy getWSSToken(Token token) throws com.sun.xml.ws.policy.PolicyException
com.sun.xml.ws.policy.PolicyExceptionpublic void setTokenValueType(AuthenticationTokenPolicy.X509CertificateBinding x509CB, com.sun.xml.ws.policy.PolicyAssertion tokenAssertion)
public void setTokenValueType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding, com.sun.xml.ws.policy.PolicyAssertion tokenAssertion)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.