Class SsoTokenContext

    • Method Detail

      • getUsername

        public String getUsername()
        Returns the username of the user associated with this session.
        Returns:
        the username
      • getUniversalId

        public String getUniversalId()
        Returns the universalId of the user associated with this session.
        Returns:
        the user's universalId
      • getInfo

        public Map<String,​Object> getInfo()
        Returns the session info associated with this context.
        Returns:
        the info JSON as a map.
      • asJsonValue

        public JsonValue asJsonValue()
        Returns the info associated with this context as a JsonValue.
        Returns:
        the info associated with this context as a JsonValue.
      • getValue

        public String getValue()
        Returns the token associated with this SsoTokenContext context.
        Returns:
        the token associated with this SsoTokenContext context.
      • getLoginEndpoint

        public String getLoginEndpoint()
        The login endpoint URI evaluated from SingleSignOnFilter configuration.
        Returns:
        the login endpoint associated with this SsoTokenContext context.