Uses of Class
org.apache.xml.security.stax.ext.XMLSecurityConstants.Action
Packages that use XMLSecurityConstants.Action
-
Uses of XMLSecurityConstants.Action in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as XMLSecurityConstants.ActionModifier and TypeFieldDescriptionprotected XMLSecurityConstants.Action
AbstractOutputProcessor.action
static final XMLSecurityConstants.Action
XMLSecurityConstants.ENCRYPT
static final XMLSecurityConstants.Action
XMLSecurityConstants.SIGNATURE
Fields in org.apache.xml.security.stax.ext with type parameters of type XMLSecurityConstants.ActionModifier and TypeFieldDescriptionprivate List<XMLSecurityConstants.Action>
XMLSecurityProperties.actions
Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.ActionMethods in org.apache.xml.security.stax.ext that return types with arguments of type XMLSecurityConstants.ActionModifier and TypeMethodDescriptionXMLSecurityProperties.getActions()
Returns the actual set actionsMethods in org.apache.xml.security.stax.ext with parameters of type XMLSecurityConstants.ActionModifier and TypeMethodDescriptionvoid
XMLSecurityProperties.addAction
(XMLSecurityConstants.Action action) private void
OutboundXMLSec.initializeOutputProcessor
(OutputProcessorChainImpl outputProcessorChain, OutputProcessor outputProcessor, XMLSecurityConstants.Action action) void
AbstractOutputProcessor.setAction
(XMLSecurityConstants.Action action) void
OutputProcessor.setAction
(XMLSecurityConstants.Action action) setter for the Action after instantiation of the processorMethod parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecurityConstants.ActionModifier and TypeMethodDescriptionvoid
XMLSecurityProperties.setActions
(List<XMLSecurityConstants.Action> actions) Specifies how to secure the document eg.