Class SessionStore

java.lang.Object
com.tremolosecurity.config.xml.SessionStore

public class SessionStore extends Object
Determines how OpenUnison will store user sessions

Java class for sessionStore complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="sessionStore">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <attribute name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • SessionStore

      public SessionStore()
  • Method Details

    • isLocal

      public boolean isLocal()
      Gets the value of the local property.
      Returns:
      possible object is Boolean
    • setLocal

      public void setLocal(Boolean value)
      Sets the value of the local property.
      Parameters:
      value - allowed object is Boolean