org.apache.cxf.ws.security.policy.model
Class TokenWrapper
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.TokenWrapper
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent, org.apache.neethi.PolicyContainingAssertion
- Direct Known Subclasses:
- EncryptionToken, InitiatorEncryptionToken, InitiatorSignatureToken, InitiatorToken, ProtectionToken, RecipientEncryptionToken, RecipientSignatureToken, RecipientToken, SignatureToken, SupportingToken, TransportToken
public abstract class TokenWrapper
- extends AbstractSecurityAssertion
- implements org.apache.neethi.PolicyContainingAssertion
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.neethi.Assertion |
getName, isIgnorable, isOptional, serialize |
Methods inherited from interface org.apache.neethi.PolicyComponent |
equal, getType |
builder
protected PolicyBuilder builder
token
protected Token token
TokenWrapper
public TokenWrapper(SPConstants version,
PolicyBuilder b)
setToken
public void setToken(Token tok)
getToken
public Token getToken()
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 org.apache.neethi.PolicyContainingAssertion
Apache CXF