Class SessionsEndpoint.SessionDescriptor

java.lang.Object
org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
All Implemented Interfaces:
OperationResponseBody
Enclosing class:
SessionsEndpoint

public static final class SessionsEndpoint.SessionDescriptor extends Object implements OperationResponseBody
Description of user's session.
  • Constructor Details

    • SessionDescriptor

      public SessionDescriptor(org.springframework.session.Session session)
  • Method Details

    • getId

      public String getId()
    • getAttributeNames

      public Set<String> getAttributeNames()
    • getCreationTime

      public Instant getCreationTime()
    • getLastAccessedTime

      public Instant getLastAccessedTime()
    • getMaxInactiveInterval

      public long getMaxInactiveInterval()
    • isExpired

      public boolean isExpired()