Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for accessToken (0.05 sec)

  1. OpenIdConnectAuthenticator.java

    logger.debug("jwtSigniture: {}", jwtSigniture); L158: } L159: L160: // TODO validate signiture L161: L162: final Map<String, Object> attributes = new HashMap<>(); L163: attributes.put("accesstoken", tr.getAccessToken()); L164: attributes.put("refreshtoken", tr.getRefreshToken() == null ? "null" : tr.getRefreshToken()); L165: attributes.put("tokentype", tr.getTokenType()); L166: attributes.put("expire", tr...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      12.3K bytes
  2. fess_config.properties

    ost=duplicatehost L803:online.help.name.scheduler=scheduler L804:online.help.name.crawlinginfo=crawlinginfo L805:online.help.name.backup=backup L806:online.help.name.upgrade=upgrade L807:online.help.name.esreq=esreq L808:online.help.name.accesstoken=accesstoken L809:online.help.name.suggest=suggest L810:online.help.name.searchlog=searchlog L811:online.help.name.maintenance=maintenance L812:online.help.name.plugin=plugin L813:online.help.name.storage=storage L814: L815:online.help.supported.langs=ja...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  3. FessConfig.java

    "online.help.name.upgrade"; L1571: L1572: /** The key of the configuration. e.g. esreq */ L1573: String ONLINE_HELP_NAME_ESREQ = "online.help.name.esreq"; L1574: L1575: /** The key of the configuration. e.g. accesstoken */ L1576: String ONLINE_HELP_NAME_ACCESSTOKEN = "online.help.name.accesstoken"; L1577: L1578: /** The key of the configuration. e.g. suggest */ L1579: String ONLINE_HELP_NAME_SUGGEST = "online.help.name.suggest"; L1580: L1581: /** The key of the configuration. e.g. searchlog...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  4. .gitignore

    L27:*.iml L28:.idea L29:.vscode L30:.DS_Store L31:/plugins/ L32:/modules/ L33:/tomcat.8080/ L34:dbflute_fess/output/doc/lastadoc-fess.html L35:dbflute_fess/schema/project-lastadoc-fess.json L36:src/main/resources/fess_indices/fess_config.access_token/access_token.bulk L37:src/main/resources/ga_client_secrets.p12 L38:src/main/webapp/WEB-INF/project.properties L39:/.apt_generated/ L40:/.apt_generated_tests/...
    github.com/codelibs/fess/.gitignore
    Thu Oct 24 01:47:10 UTC 2024
      1023 bytes
  5. esclient.xml

    </postConstruct> L437: <!-- fess index --> L438: <postConstruct name="addIndexConfig"> L439: <arg>"fess/doc"</arg> L440: </postConstruct> L441: <!-- fess_config index --> L442: <postConstruct name="addIndexConfig"> L443: <arg>"fess_config.access_token/access_token"</arg> L444: </postConstruct> L445: <postConstruct name="addIndexConfig"> L446: <arg>"fess_config.bad_word/bad_word"</arg> L447: </postConstruct> L448: <postConstruct name="addIndexConfig"> L449: <arg>"fess_config.boost_document_...
    github.com/codelibs/fess/src/main/resources/esc...
    Mon Oct 21 12:20:52 UTC 2024
      16K bytes
  6. AdminUpgradeAction.java

    nothing L1273: } L1274: L1275: private void upgradeFrom13_16() { L1276: // nothing L1277: } L1278: L1279: private void upgradeFrom13_17() { L1280: final String[] configIndices = { // L1281: "fess_config.access_token", // L1282: "fess_config.bad_word", // L1283: "fess_config.boost_document_rule", // L1284: "fess_config.crawling_info", // L1285: "fess_config.crawling_info_param", // L1286: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      54K bytes
Back to top