Class SessionRepresentation

java.lang.Object
org.keycloak.representations.account.SessionRepresentation

public class SessionRepresentation extends Object
Created by st on 29/03/17.
  • Constructor Details

    • SessionRepresentation

      public SessionRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getIpAddress

      public String getIpAddress()
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • getStarted

      public int getStarted()
    • setStarted

      public void setStarted(int started)
    • getLastAccess

      public int getLastAccess()
    • setLastAccess

      public void setLastAccess(int lastAccess)
    • getExpires

      public int getExpires()
    • setExpires

      public void setExpires(int expires)
    • getClients

      public List<ClientRepresentation> getClients()
    • setClients

      public void setClients(List<ClientRepresentation> clients)
    • setBrowser

      public void setBrowser(String browser)
    • getBrowser

      public String getBrowser()
    • getCurrent

      public Boolean getCurrent()
    • setCurrent

      public void setCurrent(Boolean current)