Uses of Class
org.wildfly.extension.undertow.session.SharedSessionConfigSchema
-
Packages that use SharedSessionConfigSchema Package Description org.wildfly.extension.undertow.session -
-
Uses of SharedSessionConfigSchema in org.wildfly.extension.undertow.session
Methods in org.wildfly.extension.undertow.session that return SharedSessionConfigSchema Modifier and Type Method Description static SharedSessionConfigSchemaSharedSessionConfigSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static SharedSessionConfigSchema[]SharedSessionConfigSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.extension.undertow.session that return types with arguments of type SharedSessionConfigSchema Modifier and Type Method Description org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,SharedSessionConfigSchema>SharedSessionConfigSchema. getNamespace()Constructors in org.wildfly.extension.undertow.session with parameters of type SharedSessionConfigSchema Constructor Description SharedSessionConfigParser(SharedSessionConfigSchema schema)SharedSessionConfigXMLReader(SharedSessionConfigSchema schema, org.jboss.metadata.property.PropertyReplacer replacer)
-