org.apache.cxf.ws.security.policy.model
Class KeyValueToken
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.Token
org.apache.cxf.ws.security.policy.model.KeyValueToken
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
public class KeyValueToken
- extends Token
| Methods inherited from class org.apache.cxf.ws.security.policy.model.Token |
getClaims, getInclusion, getIssuerName, getPolicy, getSupportingToken, isDerivedKeys, isExplicitDerivedKeys, isImpliedDerivedKeys, setClaims, setDerivedKeys, setExplicitDerivedKeys, setImpliedDerivedKeys, setInclusion, setIssuerName, setPolicy, setSupportingToken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValueToken
public KeyValueToken(SPConstants version)
getName
public QName getName()
serialize
public void serialize(XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
setForceRsaKeyValue
public void setForceRsaKeyValue(boolean b)
isForceRsaKeyValue
public boolean isForceRsaKeyValue()
Apache CXF