Uses of Class
org.apache.xml.security.configuration.PropertiesType
-
Packages that use PropertiesType Package Description org.apache.xml.security.configuration org.apache.xml.security.stax.config -
-
Uses of PropertiesType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration declared as PropertiesType Modifier and Type Field Description protected PropertiesType
ConfigurationType. properties
Methods in org.apache.xml.security.configuration that return PropertiesType Modifier and Type Method Description PropertiesType
ObjectFactory. createPropertiesType()
Create an instance ofPropertiesType
PropertiesType
ConfigurationType. getProperties()
Gets the value of the properties property.Methods in org.apache.xml.security.configuration with parameters of type PropertiesType Modifier and Type Method Description void
ConfigurationType. setProperties(PropertiesType value)
Sets the value of the properties property. -
Uses of PropertiesType in org.apache.xml.security.stax.config
Methods in org.apache.xml.security.stax.config with parameters of type PropertiesType Modifier and Type Method Description protected static void
ConfigurationProperties. init(PropertiesType propertiesType, java.lang.Class<?> callingClass)
-