org.apache.cxf.ws.security.policy.model
Class TransportBinding
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.Binding
org.apache.cxf.ws.security.policy.model.TransportBinding
- All Implemented Interfaces:
- PolicyAssertion, AlgorithmWrapper, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
public class TransportBinding
- extends Binding
Fields inherited from class org.apache.cxf.ws.security.policy.model.Binding |
builder |
Methods inherited from class org.apache.cxf.ws.security.policy.model.Binding |
getAlgorithmSuite, getLayout, getSignedEndorsingSupportingTokens, getSignedSupportingToken, isIncludeTimestamp, isTokenProtection, setAlgorithmSuite, setIncludeTimestamp, setLayout, setSignedEndorsingSupportingTokens, setSignedSupportingToken, setTokenProtection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportBinding
public TransportBinding(SPConstants version,
PolicyBuilder b)
getTransportToken
public TransportToken getTransportToken()
- Returns:
- Returns the transportToken.
setTransportToken
public void setTransportToken(TransportToken transportToken)
- Parameters:
transportToken
- The transportToken to set.
getRealName
public QName getRealName()
getName
public QName getName()
serialize
public void serialize(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
normalize
public org.apache.neethi.PolicyComponent normalize()
- Specified by:
normalize
in interface org.apache.neethi.Assertion
- Overrides:
normalize
in class AbstractSecurityAssertion
getPolicy
public org.apache.neethi.Policy getPolicy()
- Specified by:
getPolicy
in interface PolicyAssertion
- Overrides:
getPolicy
in class AbstractSecurityAssertion
Apache CXF