public class SecureConversationToken extends SecurityContextToken
constants
Constructor and Description |
---|
SecureConversationToken() |
SecureConversationToken(SPConstants version) |
Modifier and Type | Method and Description |
---|---|
org.apache.neethi.Policy |
getBootstrapPolicy() |
Element |
getIssuerEpr() |
QName |
getName() |
QName |
getRealName() |
void |
serialize(javax.xml.stream.XMLStreamWriter writer) |
void |
setBootstrapPolicy(org.apache.neethi.Policy bootstrapPolicy) |
void |
setIssuerEpr(Element issuerEpr) |
isRequireExternalUriRef, isSc10SecurityContextToken, isSc13SecurityContextToken, setRequireExternalUriRef, setSc10SecurityContextToken, setSc13SecurityContextToken
getClaims, getInclusion, getIssuerName, getPolicy, getSupportingToken, isDerivedKeys, isExplicitDerivedKeys, isImpliedDerivedKeys, setClaims, setDerivedKeys, setExplicitDerivedKeys, setImpliedDerivedKeys, setInclusion, setIssuerName, setPolicy, setSupportingToken
equal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptional
public SecureConversationToken()
public SecureConversationToken(SPConstants version)
public org.apache.neethi.Policy getBootstrapPolicy()
public void setBootstrapPolicy(org.apache.neethi.Policy bootstrapPolicy)
bootstrapPolicy
- The bootstrapPolicy to set.public QName getRealName()
getRealName
in class SecurityContextToken
public QName getName()
getName
in interface org.apache.neethi.Assertion
getName
in class SecurityContextToken
public void serialize(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
serialize
in interface org.apache.neethi.Assertion
serialize
in interface org.apache.neethi.PolicyComponent
serialize
in class SecurityContextToken
javax.xml.stream.XMLStreamException
public Element getIssuerEpr()
public void setIssuerEpr(Element issuerEpr)
issuerEpr
- The issuerEpr to set.Apache CXF