Class TxTokenService

java.lang.Object
io.jans.as.server.token.ws.rs.TxTokenService

@Named public class TxTokenService extends Object
Author:
Yuriy Z
  • Constructor Details

    • TxTokenService

      public TxTokenService()
  • Method Details

    • processTxToken

      public jakarta.ws.rs.core.Response processTxToken(ExecutionContext executionContext) throws Exception
      Throws:
      Exception
    • createResponse

      public static org.json.JSONObject createResponse(String txToken)
    • isTxTokenFlow

      public boolean isTxTokenFlow(jakarta.servlet.http.HttpServletRequest httpRequest)
    • isTxTokenFlow

      public static boolean isTxTokenFlow(String requestedTokenType)
    • error

      public jakarta.ws.rs.core.Response.ResponseBuilder error(int status, io.jans.as.model.token.TokenErrorResponseType type, String reason)