Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for accessToken (0.06 sec)

  1. AdminAccesstokenAction.java

    L267: // ============ L268: L269: private static OptionalEntity<AccessToken> getEntity(final CreateForm form, final String username, final long currentTime) { L270: switch (form.crudMode) { L271: case CrudMode.CREATE: L272: return OptionalEntity.of(new AccessToken()).map(entity -> { L273: entity.setCreatedBy(username); L274: entity.setCreatedTime(currentTime); L275: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      14.7K bytes
Back to top