- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for accessToken (0.05 sec)
-
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 -
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 -
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