Package org.apache.wss4j.policy.model
Class HttpsToken
java.lang.Object
org.apache.wss4j.policy.model.AbstractSecurityAssertion
org.apache.wss4j.policy.model.AbstractToken
org.apache.wss4j.policy.model.HttpsToken
- All Implemented Interfaces:
org.apache.neethi.Assertion,org.apache.neethi.PolicyComponent,org.apache.neethi.PolicyContainingAssertion
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.wss4j.policy.model.AbstractToken
AbstractToken.DerivedKeys -
Constructor Summary
ConstructorsConstructorDescriptionHttpsToken(SPConstants.SPVersion version, SPConstants.IncludeTokenType includeTokenType, Element issuer, String issuerName, Element claims, org.apache.neethi.Policy nestedPolicy, boolean requireClientCert) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractSecurityAssertioncloneAssertion(org.apache.neethi.Policy nestedPolicy) booleangetName()inthashCode()protected voidparseNestedPolicy(org.apache.neethi.Policy nestedPolicy, HttpsToken httpsToken) protected voidsetAuthenticationType(HttpsToken.AuthenticationType authenticationType) 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
-
HttpsToken
public HttpsToken(SPConstants.SPVersion version, SPConstants.IncludeTokenType includeTokenType, Element issuer, String issuerName, Element claims, org.apache.neethi.Policy nestedPolicy, boolean requireClientCert)
-
-
Method Details
-
getName
-
equals
- Overrides:
equalsin classAbstractToken
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractToken
-
cloneAssertion
- Specified by:
cloneAssertionin classAbstractSecurityAssertion
-
parseNestedPolicy
-
getAuthenticationType
-
setAuthenticationType
-