Uses of Class
org.apache.xml.security.stax.ext.XMLSecurityConstants.Phase
-
Packages that use XMLSecurityConstants.Phase Package Description org.apache.xml.security.stax.ext -
-
Uses of XMLSecurityConstants.Phase in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.Phase Modifier and Type Method Description XMLSecurityConstants.PhaseAbstractInputProcessor. getPhase()XMLSecurityConstants.PhaseAbstractOutputProcessor. getPhase()XMLSecurityConstants.PhaseInputProcessor. getPhase()The Phase in which this InputProcessor should be appliedXMLSecurityConstants.PhaseOutputProcessor. getPhase()The Phase in which this OutputProcessor should be appliedstatic XMLSecurityConstants.PhaseXMLSecurityConstants.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static XMLSecurityConstants.Phase[]XMLSecurityConstants.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecurityConstants.Phase Modifier and Type Method Description voidAbstractInputProcessor. setPhase(XMLSecurityConstants.Phase phase)voidAbstractOutputProcessor. setPhase(XMLSecurityConstants.Phase phase)
-