Uses of Class
org.apache.xml.security.configuration.SecurityHeaderHandlersType
-
Packages that use SecurityHeaderHandlersType Package Description org.apache.xml.security.configuration org.apache.xml.security.stax.config -
-
Uses of SecurityHeaderHandlersType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration declared as SecurityHeaderHandlersType Modifier and Type Field Description protected SecurityHeaderHandlersType
ConfigurationType. securityHeaderHandlers
Methods in org.apache.xml.security.configuration that return SecurityHeaderHandlersType Modifier and Type Method Description SecurityHeaderHandlersType
ObjectFactory. createSecurityHeaderHandlersType()
Create an instance ofSecurityHeaderHandlersType
SecurityHeaderHandlersType
ConfigurationType. getSecurityHeaderHandlers()
Gets the value of the securityHeaderHandlers property.Methods in org.apache.xml.security.configuration with parameters of type SecurityHeaderHandlersType Modifier and Type Method Description void
ConfigurationType. setSecurityHeaderHandlers(SecurityHeaderHandlersType value)
Sets the value of the securityHeaderHandlers property. -
Uses of SecurityHeaderHandlersType in org.apache.xml.security.stax.config
Methods in org.apache.xml.security.stax.config with parameters of type SecurityHeaderHandlersType Modifier and Type Method Description protected static void
SecurityHeaderHandlerMapper. init(SecurityHeaderHandlersType securityHeaderHandlersType, java.lang.Class<?> callingClass)
-