sun.security.mule.krb5.cxf
Class NegotiationUtils
java.lang.Object
sun.security.mule.krb5.cxf.NegotiationUtils
public final class NegotiationUtils
- extends Object
|
Method Summary |
static org.apache.neethi.Assertion |
getAddressingPolicy(org.apache.cxf.ws.policy.AssertionInfoMap aim,
boolean optional)
|
static org.apache.cxf.ws.security.policy.model.AlgorithmSuite |
getAlgorithmSuite(org.apache.cxf.ws.policy.AssertionInfoMap aim)
|
static org.apache.cxf.ws.security.tokenstore.TokenStore |
getTokenStore(org.apache.cxf.message.Message message)
|
static org.apache.cxf.ws.security.policy.model.Trust10 |
getTrust10(org.apache.cxf.ws.policy.AssertionInfoMap aim)
|
static org.apache.cxf.ws.security.policy.model.Trust13 |
getTrust13(org.apache.cxf.ws.policy.AssertionInfoMap aim)
|
static int |
getWSCVersion(String tokenTypeValue)
|
static boolean |
parseSCTResult(org.apache.cxf.binding.soap.SoapMessage message)
Return true on successfully parsing a SecurityContextToken result |
static void |
recalcEffectivePolicy(org.apache.cxf.binding.soap.SoapMessage message,
String namespace,
org.apache.neethi.Policy policy,
org.apache.cxf.service.invoker.Invoker invoker)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTrust10
public static org.apache.cxf.ws.security.policy.model.Trust10 getTrust10(org.apache.cxf.ws.policy.AssertionInfoMap aim)
getTrust13
public static org.apache.cxf.ws.security.policy.model.Trust13 getTrust13(org.apache.cxf.ws.policy.AssertionInfoMap aim)
getTokenStore
public static org.apache.cxf.ws.security.tokenstore.TokenStore getTokenStore(org.apache.cxf.message.Message message)
getAddressingPolicy
public static org.apache.neethi.Assertion getAddressingPolicy(org.apache.cxf.ws.policy.AssertionInfoMap aim,
boolean optional)
getAlgorithmSuite
public static org.apache.cxf.ws.security.policy.model.AlgorithmSuite getAlgorithmSuite(org.apache.cxf.ws.policy.AssertionInfoMap aim)
getWSCVersion
public static int getWSCVersion(String tokenTypeValue)
throws org.apache.ws.security.conversation.ConversationException
- Throws:
org.apache.ws.security.conversation.ConversationException
recalcEffectivePolicy
public static void recalcEffectivePolicy(org.apache.cxf.binding.soap.SoapMessage message,
String namespace,
org.apache.neethi.Policy policy,
org.apache.cxf.service.invoker.Invoker invoker)
parseSCTResult
public static boolean parseSCTResult(org.apache.cxf.binding.soap.SoapMessage message)
- Return true on successfully parsing a SecurityContextToken result
Copyright © 2013. All Rights Reserved.