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.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)
-