Package org.apache.wss4j.policy.model
Class SpnegoContextToken
java.lang.Object
org.apache.wss4j.policy.model.AbstractSecurityAssertion
org.apache.wss4j.policy.model.AbstractToken
org.apache.wss4j.policy.model.SpnegoContextToken
- 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
ConstructorsConstructorDescriptionSpnegoContextToken(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, SpnegoContextToken spnegoContextToken) protected voidsetMustNotSendAmend(boolean mustNotSendAmend) protected voidsetMustNotSendCancel(boolean mustNotSendCancel) protected voidsetMustNotSendRenew(boolean mustNotSendRenew) Methods 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
-
SpnegoContextToken
public SpnegoContextToken(SPConstants.SPVersion version, SPConstants.IncludeTokenType includeTokenType, Element issuer, String issuerName, Element claims, org.apache.neethi.Policy nestedPolicy)
-
-
Method Details
-
getName
-
equals
- Overrides:
equalsin classAbstractToken
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractToken
-
cloneAssertion
- Specified by:
cloneAssertionin classAbstractSecurityAssertion
-
parseNestedPolicy
protected void parseNestedPolicy(org.apache.neethi.Policy nestedPolicy, SpnegoContextToken spnegoContextToken) -
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)
-