Interface SessionResponseFactory

All Known Implementing Classes:
DefaultSessionResponseFactory

public interface SessionResponseFactory
Factory to create a JSON response for a given session. A plugin may provide a custom implementation, if additional attributes are required in the response.
  • Method Summary

    Modifier and Type
    Method
    Description
    forSession(org.apache.shiro.session.Session session)
    Create a JSON response for the given session.
  • Method Details

    • forSession

      SessionResponse forSession(org.apache.shiro.session.Session session)
      Create a JSON response for the given session.
      Returns: