Uses of Class
org.apache.wss4j.policy.model.Header
Packages that use Header
-
Uses of Header in org.apache.wss4j.policy.builders
Methods in org.apache.wss4j.policy.builders that return types with arguments of type HeaderModifier and TypeMethodDescriptionRequiredPartsBuilder.getHeaders(Element element, boolean ignoreNameElement, SPConstants.SPVersion spVersion) -
Uses of Header in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return types with arguments of type HeaderMethods in org.apache.wss4j.policy.model with parameters of type HeaderConstructor parameters in org.apache.wss4j.policy.model with type arguments of type HeaderModifierConstructorDescriptionAbstractSecuredParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers) EncryptedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers) RequiredParts(SPConstants.SPVersion version, List<Header> headers) SignedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers, boolean signAllHeaders)