Package org.apache.wss4j.policy.model
Class EncryptedParts
java.lang.Object
org.apache.wss4j.policy.model.AbstractSecurityAssertion
org.apache.wss4j.policy.model.RequiredParts
org.apache.wss4j.policy.model.AbstractSecuredParts
org.apache.wss4j.policy.model.EncryptedParts
- All Implemented Interfaces:
org.apache.neethi.Assertion,org.apache.neethi.PolicyComponent
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractSecurityAssertioncloneAssertion(org.apache.neethi.Policy nestedPolicy) booleangetName()inthashCode()Methods inherited from class org.apache.wss4j.policy.model.AbstractSecuredParts
getAttachments, isBody, serialize, setAttachments, setBodyMethods inherited from class org.apache.wss4j.policy.model.RequiredParts
addHeader, getHeadersMethods inherited from class org.apache.wss4j.policy.model.AbstractSecurityAssertion
clone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, normalize, serialize, setIgnorable, setOptional
-
Constructor Details
-
EncryptedParts
public EncryptedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.neethi.Assertion- Overrides:
getNamein classAbstractSecuredParts
-
equals
- Overrides:
equalsin classAbstractSecuredParts
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractSecuredParts
-
cloneAssertion
- Overrides:
cloneAssertionin classRequiredParts
-