Package org.apache.wss4j.policy.model
Class SecureConversationToken
java.lang.Object
org.apache.wss4j.policy.model.AbstractSecurityAssertion
org.apache.wss4j.policy.model.AbstractToken
org.apache.wss4j.policy.model.SecurityContextToken
org.apache.wss4j.policy.model.SecureConversationToken
- All Implemented Interfaces:
org.apache.neethi.Assertion,org.apache.neethi.PolicyComponent,org.apache.neethi.PolicyContainingAssertion
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wss4j.policy.model.AbstractToken
AbstractToken.DerivedKeys -
Constructor Summary
ConstructorsConstructorDescriptionSecureConversationToken(SPConstants.SPVersion version, SPConstants.IncludeTokenType includeTokenType, Element issuer, String issuerName, Element claims, org.apache.neethi.Policy nestedPolicy) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractSecurityAssertioncloneAssertion(org.apache.neethi.Policy nestedPolicy) booleangetName()inthashCode()booleanbooleanbooleanprotected voidparseNestedPolicy(org.apache.neethi.Policy nestedPolicy, SecureConversationToken secureConversationToken) protected voidsetBootstrapPolicy(BootstrapPolicy bootstrapPolicy) protected voidsetMustNotSendAmend(boolean mustNotSendAmend) protected voidsetMustNotSendCancel(boolean mustNotSendCancel) protected voidsetMustNotSendRenew(boolean mustNotSendRenew) Methods inherited from class org.apache.wss4j.policy.model.SecurityContextToken
isRequireExternalUriReference, isSc10SecurityContextToken, isSc13SecurityContextToken, parseNestedSecurityContextTokenPolicy, setRequireExternalUriReference, setSc10SecurityContextToken, setSc13SecurityContextTokenMethods inherited from class org.apache.wss4j.policy.model.AbstractToken
getClaims, getDerivedKeys, getIncludeTokenType, getIssuer, getIssuerName, getParentAssertion, getPolicy, normalize, serialize, setClaims, setDerivedKeys, setIncludeTokenType, setIssuer, setIssuerName, setParentAssertionMethods inherited from class org.apache.wss4j.policy.model.AbstractSecurityAssertion
clone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, serialize, setIgnorable, setOptionalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.neethi.Assertion
isIgnorable, isOptionalMethods inherited from interface org.apache.neethi.PolicyComponent
equal, getType
-
Constructor Details
-
SecureConversationToken
public SecureConversationToken(SPConstants.SPVersion version, SPConstants.IncludeTokenType includeTokenType, Element issuer, String issuerName, Element claims, org.apache.neethi.Policy nestedPolicy)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.neethi.Assertion- Overrides:
getNamein classSecurityContextToken
-
equals
- Overrides:
equalsin classSecurityContextToken
-
hashCode
public int hashCode()- Overrides:
hashCodein classSecurityContextToken
-
cloneAssertion
- Overrides:
cloneAssertionin classSecurityContextToken
-
parseNestedPolicy
protected void parseNestedPolicy(org.apache.neethi.Policy nestedPolicy, SecureConversationToken secureConversationToken) -
isMustNotSendCancel
public boolean isMustNotSendCancel() -
setMustNotSendCancel
protected void setMustNotSendCancel(boolean mustNotSendCancel) -
isMustNotSendAmend
public boolean isMustNotSendAmend() -
setMustNotSendAmend
protected void setMustNotSendAmend(boolean mustNotSendAmend) -
isMustNotSendRenew
public boolean isMustNotSendRenew() -
setMustNotSendRenew
protected void setMustNotSendRenew(boolean mustNotSendRenew) -
getBootstrapPolicy
-
setBootstrapPolicy
-