Class TxTokenService


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

      • TxTokenService

        public TxTokenService()
    • Method Detail

      • 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)