T doPrivilegedAndRefreshClient()

in src/main/java/org/elasticsearch/aliyun/oss/blobstore/OssBlobStore.java [196:199]


    <T> T doPrivilegedAndRefreshClient(PrivilegedExceptionAction<T> operation) throws IOException {
        refreshStsOssClient();
        return PermissionHelper.doPrivileged(operation);
    }